Html Css Color HEX #BB71CB Medium Orchid

📋 copy color: '#BB71CB'

red 187 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #BB71CB

Tints of Medium Orchid #BB71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

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

R = 37.18%
G = 22.47%
B = 40.36%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB71CB (or 0xBB71CB) is known color: Medium Orchid. HEX triplet: BB, 71 and CB. RGB value is (187,113,203). Sum of RGB (Red+Green+Blue) = 187+113+203=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71CB is #448E34. Grayscale: #919191. Windows color (decimal): -4492853 or 13332923. OLE color: 13332923.

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

Color convert

RGB 187 113 203 -
CMYK 0.08 0.44 0 0.20
HSL 289.33º 0.46% 0.62% -
HSV(B) 289.33º 0.44% 0.8% -
XYZ 37.18 26.69 59.69 -
YUV 145.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 187 113 203 0.08 0.44 0 0.20 289.33 0.46 0.62
Hex BB 71 CB 8 2C 0 14 121 2E 3E
Octal 273 161 313 10 54 0 24 441 56 76
Binary 10111011 1110001 11001011 1000 101100 0 10100 100100001 101110 111110

Color Harmonies of #BB71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71CB

Black with #BB71CB

Text Example


Text Example

White with #BB71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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