Html Css Color HEX #BB72DA Medium Orchid

📋 copy color: '#BB72DA'

red 187 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #BB72DA

Tints of Medium Orchid #BB72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 36.03%
G = 21.97%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB72DA (or 0xBB72DA) is known color: Medium Orchid. HEX triplet: BB, 72 and DA. RGB value is (187,114,218). Sum of RGB (Red+Green+Blue) = 187+114+218=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DA is #448D25. Grayscale: #939393. Windows color (decimal): -4492582 or 14316219. OLE color: 14316219.

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

Color convert

RGB 187 114 218 -
CMYK 0.14 0.48 0 0.15
HSL 282.12º 0.58% 0.65% -
HSV(B) 282.12º 0.48% 0.85% -
XYZ 39.17 27.66 69.6 -
YUV 147.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 187 114 218 0.14 0.48 0 0.15 282.12 0.58 0.65
Hex BB 72 DA E 30 0 F 11A 3A 41
Octal 273 162 332 16 60 0 17 432 72 101
Binary 10111011 1110010 11011010 1110 110000 0 1111 100011010 111010 1000001

Color Harmonies of #BB72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72DA

Black with #BB72DA

Text Example


Text Example

White with #BB72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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