Html Css Color HEX #BB72DB Medium Orchid

📋 copy color: '#BB72DB'

red 187 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #BB72DB

Tints of Medium Orchid #BB72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.92%

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

R = 35.96%
G = 21.92%
B = 42.12%

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

#BB72DB (or 0xBB72DB) is known color: Medium Orchid. HEX triplet: BB, 72 and DB. RGB value is (187,114,219). Sum of RGB (Red+Green+Blue) = 187+114+219=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DB is #448D24. Grayscale: #939393. Windows color (decimal): -4492581 or 14381755. OLE color: 14381755.

HSL color Cylindrical-coordinate representation of color #BB72DB: hue angle of 281.71º degrees, saturation: 0.59, 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 #BB72DB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 114 219 -
CMYK 0.15 0.48 0 0.14
HSL 281.71º 0.59% 0.65% -
HSV(B) 281.71º 0.48% 0.86% -
XYZ 39.3 27.71 70.3 -
YUV 147.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 187 114 219 0.15 0.48 0 0.14 281.71 0.59 0.65
Hex BB 72 DB F 30 0 E 11A 3B 41
Octal 273 162 333 17 60 0 16 432 73 101
Binary 10111011 1110010 11011011 1111 110000 0 1110 100011010 111011 1000001

Color Harmonies of #BB72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72DB

Black with #BB72DB

Text Example


Text Example

White with #BB72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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