Html Css Color HEX #BB70CB Medium Orchid

📋 copy color: '#BB70CB'

red 187 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #BB70CB

Tints of Medium Orchid #BB70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

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

R = 37.25%
G = 22.31%
B = 40.44%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB70CB (or 0xBB70CB) is known color: Medium Orchid. HEX triplet: BB, 70 and CB. RGB value is (187,112,203). Sum of RGB (Red+Green+Blue) = 187+112+203=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70CB is #448F34. Grayscale: #909090. Windows color (decimal): -4493109 or 13332667. OLE color: 13332667.

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

Color convert

RGB 187 112 203 -
CMYK 0.08 0.45 0 0.20
HSL 289.45º 0.47% 0.62% -
HSV(B) 289.45º 0.45% 0.8% -
XYZ 37.07 26.46 59.65 -
YUV 144.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 187 112 203 0.08 0.45 0 0.20 289.45 0.47 0.62
Hex BB 70 CB 8 2D 0 14 121 2F 3E
Octal 273 160 313 10 55 0 24 441 57 76
Binary 10111011 1110000 11001011 1000 101101 0 10100 100100001 101111 111110

Color Harmonies of #BB70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70CB

Black with #BB70CB

Text Example


Text Example

White with #BB70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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