Html Css Color HEX #BB71DB Medium Orchid

📋 copy color: '#BB71DB'

red 187 ◦ green 113 ◦ blue 219

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

Shades of Medium Orchid #BB71DB

Tints of Medium Orchid #BB71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 36.03%
G = 21.77%
B = 42.2%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB71DB (or 0xBB71DB) is known color: Medium Orchid. HEX triplet: BB, 71 and DB. RGB value is (187,113,219). Sum of RGB (Red+Green+Blue) = 187+113+219=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71DB is #448E24. Grayscale: #929292. Windows color (decimal): -4492837 or 14381499. OLE color: 14381499.

HSL color Cylindrical-coordinate representation of color #BB71DB: hue angle of 281.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB71DB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 113 219 -
CMYK 0.15 0.48 0 0.14
HSL 281.89º 0.6% 0.65% -
HSV(B) 281.89º 0.48% 0.86% -
XYZ 39.18 27.49 70.26 -
YUV 147.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 187 113 219 0.15 0.48 0 0.14 281.89 0.6 0.65
Hex BB 71 DB F 30 0 E 11A 3C 41
Octal 273 161 333 17 60 0 16 432 74 101
Binary 10111011 1110001 11011011 1111 110000 0 1110 100011010 111100 1000001

Color Harmonies of #BB71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71DB

Black with #BB71DB

Text Example


Text Example

White with #BB71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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