Html Css Color HEX #BB72DD Medium Orchid

📋 copy color: '#BB72DD'

red 187 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #BB72DD

Tints of Medium Orchid #BB72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 35.82%
G = 21.84%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB72DD (or 0xBB72DD) is known color: Medium Orchid. HEX triplet: BB, 72 and DD. RGB value is (187,114,221). Sum of RGB (Red+Green+Blue) = 187+114+221=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DD is #448D22. Grayscale: #939393. Windows color (decimal): -4492579 or 14512827. OLE color: 14512827.

HSL color Cylindrical-coordinate representation of color #BB72DD: hue angle of 280.93º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB72DD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 114 221 -
CMYK 0.15 0.48 0 0.13
HSL 280.93º 0.61% 0.66% -
HSV(B) 280.93º 0.48% 0.87% -
XYZ 39.56 27.82 71.69 -
YUV 148.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 187 114 221 0.15 0.48 0 0.13 280.93 0.61 0.66
Hex BB 72 DD F 30 0 D 119 3D 42
Octal 273 162 335 17 60 0 15 431 75 102
Binary 10111011 1110010 11011101 1111 110000 0 1101 100011001 111101 1000010

Color Harmonies of #BB72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72DD

Black with #BB72DD

Text Example


Text Example

White with #BB72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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