#B052D9

Color #B052D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B052D9

Tints of Medium Orchid #B052D9

Color information

#B052D9 (or 0xB052D9) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and D9. RGB value is (176,82,217). Sum of RGB (Red+Green+Blue) = 176+82+217=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #B052D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052D9 is #4FAD26. Grayscale: #7D7D7D. Windows color (decimal): -5221671 or 14242480. OLE color: 14242480.

HSL color Cylindrical-coordinate representation of color #B052D9: hue angle of 281.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B052D9 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17682217-
CMYK0.190.6200.15
HSL281.78º63.98%58.63%-
HSV(B)281.78º62.21%85.1%-
XYZ33.4520.2767.8-
YUV125.5179.64164.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 82 (32.42% from 255) = 17.26%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=37.05%
G=17.26%
B=45.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176822170.190.6200.15281.7863.9858.63
HexB052D9133E0F11a403b
Octal260122331237601743210073
Binary1011000010100101101100110011111110011111000110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052D9; }

 p { color: rgb(176,82,217); }

 H1.HeaderClassName
 {
   color: #B052D9;
 }
 .AnyTagClassName
 {
   color: #B052D9;
 }
</style>
background-color css

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

 a { background-color: rgb(176,82,217); }

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

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

 span { border-color: rgb(176,82,217); }

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