Html Css Color HEX #BB64E8 Medium Orchid

📋 copy color: '#BB64E8'

red 187 ◦ green 100 ◦ blue 232

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

Shades of Medium Orchid #BB64E8

Tints of Medium Orchid #BB64E8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.27%

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

R = 36.03%
G = 19.27%
B = 44.7%

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

#BB64E8 (or 0xBB64E8) is known color: Medium Orchid. HEX triplet: BB, 64 and E8. RGB value is (187,100,232). Sum of RGB (Red+Green+Blue) = 187+100+232=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB64E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64E8 is #449B17. Grayscale: #8C8C8C. Windows color (decimal): -4496152 or 15230139. OLE color: 15230139.

HSL color Cylindrical-coordinate representation of color #BB64E8: hue angle of 279.55º 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 #BB64E8 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 100 232 -
CMYK 0.19 0.57 0 0.09
HSL 279.55º 0.74% 0.65% -
HSV(B) 279.55º 0.57% 0.91% -
XYZ 39.62 25.51 79.18 -
YUV 141.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 187 100 232 0.19 0.57 0 0.09 279.55 0.74 0.65
Hex BB 64 E8 13 39 0 9 118 4A 41
Octal 273 144 350 23 71 0 11 430 112 101
Binary 10111011 1100100 11101000 10011 111001 0 1001 100011000 1001010 1000001

Color Harmonies of #BB64E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64E8

Black with #BB64E8

Text Example


Text Example

White with #BB64E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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