Html Css Color HEX #BB64EC Medium Orchid

📋 copy color: '#BB64EC'

red 187 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #BB64EC

Tints of Medium Orchid #BB64EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 35.76%
G = 19.12%
B = 45.12%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB64EC (or 0xBB64EC) is known color: Medium Orchid. HEX triplet: BB, 64 and EC. RGB value is (187,100,236). Sum of RGB (Red+Green+Blue) = 187+100+236=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64EC is #449B13. Grayscale: #8D8D8D. Windows color (decimal): -4496148 or 15492283. OLE color: 15492283.

HSL color Cylindrical-coordinate representation of color #BB64EC: hue angle of 278.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB64EC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 100 236 -
CMYK 0.21 0.58 0 0.07
HSL 278.38º 0.78% 0.66% -
HSV(B) 278.38º 0.58% 0.93% -
XYZ 40.19 25.74 82.21 -
YUV 141.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 187 100 236 0.21 0.58 0 0.07 278.38 0.78 0.66
Hex BB 64 EC 15 3A 0 7 116 4E 42
Octal 273 144 354 25 72 0 7 426 116 102
Binary 10111011 1100100 11101100 10101 111010 0 111 100010110 1001110 1000010

Color Harmonies of #BB64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64EC

Black with #BB64EC

Text Example


Text Example

White with #BB64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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