Html Css Color HEX #BB63E8 Medium Orchid

📋 copy color: '#BB63E8'

red 187 ◦ green 99 ◦ blue 232

#BB63E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB63E8

Tints of Medium Orchid #BB63E8

RGB

 RED value IS 187 (73.44% from 255) = 36.1%

 GREEN value IS 99 (39.06% from 255) = 19.11%

 BLUE value IS 232 (91.02% from 255) = 44.79%

R = 36.1%
G = 19.11%
B = 44.79%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB63E8 (or 0xBB63E8) is known color: Medium Orchid. HEX triplet: BB, 63 and E8. RGB value is (187,99,232). Sum of RGB (Red+Green+Blue) = 187+99+232=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB63E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63E8 is #449C17. Grayscale: #8C8C8C. Windows color (decimal): -4496408 or 15229883. OLE color: 15229883.

HSL color Cylindrical-coordinate representation of color #BB63E8: hue angle of 279.7º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB63E8 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 99 232 -
CMYK 0.19 0.57 0 0.09
HSL 279.7º 0.74% 0.65% -
HSV(B) 279.7º 0.57% 0.91% -
XYZ 39.52 25.31 79.15 -
YUV 140.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 187 99 232 0.19 0.57 0 0.09 279.7 0.74 0.65
Hex BB 63 E8 13 39 0 9 118 4A 41
Octal 273 143 350 23 71 0 11 430 112 101
Binary 10111011 1100011 11101000 10011 111001 0 1001 100011000 1001010 1000001

Color Harmonies of #BB63E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63E8

Black with #BB63E8

Text Example


Text Example

White with #BB63E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63E8; }

 p { color: rgb(187,99,232); }

 H1.HeaderClassName
 {
   color: #BB63E8;
 }
 .AnyTagClassName
 {
   color: #BB63E8;
 }
</style>

background-color css

<style>
 a { background-color: #BB63E8; }

 a { background-color: rgb(187,99,232); }

 div.DivClassName
 {
   background-color: #BB63E8;
 }
 .BgClassName
 {
   background-color: #BB63E8;
 }
</style>

border-color css

<style>
 span { border-color: #BB63E8; }

 span { border-color: rgb(187,99,232); }

 td.TdClassName
 {
   border-color: #BB63E8;
 }
 .TagClassName
 {
   border-color: #BB63E8;
 }
</style>