Html Css Color HEX #BB72D9 Medium Orchid

📋 copy color: '#BB72D9'

red 187 ◦ green 114 ◦ blue 217

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

Shades of Medium Orchid #BB72D9

Tints of Medium Orchid #BB72D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 36.1%
G = 22.01%
B = 41.89%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB72D9 (or 0xBB72D9) is known color: Medium Orchid. HEX triplet: BB, 72 and D9. RGB value is (187,114,217). Sum of RGB (Red+Green+Blue) = 187+114+217=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72D9 is #448D26. Grayscale: #939393. Windows color (decimal): -4492583 or 14250683. OLE color: 14250683.

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

Color convert

RGB 187 114 217 -
CMYK 0.14 0.47 0 0.15
HSL 282.52º 0.58% 0.65% -
HSV(B) 282.52º 0.47% 0.85% -
XYZ 39.04 27.61 68.92 -
YUV 147.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 187 114 217 0.14 0.47 0 0.15 282.52 0.58 0.65
Hex BB 72 D9 E 2F 0 F 11B 3A 41
Octal 273 162 331 16 57 0 17 433 72 101
Binary 10111011 1110010 11011001 1110 101111 0 1111 100011011 111010 1000001

Color Harmonies of #BB72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72D9

Black with #BB72D9

Text Example


Text Example

White with #BB72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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