Html Css Color HEX #BB52DD Medium Orchid

📋 copy color: '#BB52DD'

red 187 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #BB52DD

Tints of Medium Orchid #BB52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.73%

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

R = 38.16%
G = 16.73%
B = 45.1%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB52DD (or 0xBB52DD) is known color: Medium Orchid. HEX triplet: BB, 52 and DD. RGB value is (187,82,221). Sum of RGB (Red+Green+Blue) = 187+82+221=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52DD is #44AD22. Grayscale: #808080. Windows color (decimal): -4500771 or 14504635. OLE color: 14504635.

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

Color convert

RGB 187 82 221 -
CMYK 0.15 0.63 0 0.13
HSL 285.32º 0.67% 0.59% -
HSV(B) 285.32º 0.63% 0.87% -
XYZ 36.56 21.82 70.69 -
YUV 129.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 187 82 221 0.15 0.63 0 0.13 285.32 0.67 0.59
Hex BB 52 DD F 3F 0 D 11D 43 3B
Octal 273 122 335 17 77 0 15 435 103 73
Binary 10111011 1010010 11011101 1111 111111 0 1101 100011101 1000011 111011

Color Harmonies of #BB52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52DD

Black with #BB52DD

Text Example


Text Example

White with #BB52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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