Html Css Color HEX #BB64CB Medium Orchid

📋 copy color: '#BB64CB'

red 187 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #BB64CB

Tints of Medium Orchid #BB64CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 38.16%
G = 20.41%
B = 41.43%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB64CB (or 0xBB64CB) is known color: Medium Orchid. HEX triplet: BB, 64 and CB. RGB value is (187,100,203). Sum of RGB (Red+Green+Blue) = 187+100+203=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64CB is #449B34. Grayscale: #898989. Windows color (decimal): -4496181 or 13329595. OLE color: 13329595.

HSL color Cylindrical-coordinate representation of color #BB64CB: hue angle of 290.68º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB64CB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 100 203 -
CMYK 0.08 0.51 0 0.20
HSL 290.68º 0.5% 0.59% -
HSV(B) 290.68º 0.51% 0.8% -
XYZ 35.83 23.99 59.24 -
YUV 137.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 187 100 203 0.08 0.51 0 0.20 290.68 0.5 0.59
Hex BB 64 CB 8 33 0 14 123 32 3B
Octal 273 144 313 10 63 0 24 443 62 73
Binary 10111011 1100100 11001011 1000 110011 0 10100 100100011 110010 111011

Color Harmonies of #BB64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64CB

Black with #BB64CB

Text Example


Text Example

White with #BB64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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