#b352dc

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

Shades of Medium Orchid #B352DC

Tints of Medium Orchid #B352DC

Color information

#B352DC (or 0xB352DC) is unknown color: approx Medium Orchid. HEX triplet: B3, 52 and DC. RGB value is (179,82,220). Sum of RGB (Red+Green+Blue) = 179+82+220=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B352DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352DC is #4CAD23. Grayscale: #7E7E7E. Windows color (decimal): -5025060 or 14439091. OLE color: 14439091.

HSL color Cylindrical-coordinate representation of color #B352DC: hue angle of 282.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B352DC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17982220-
CMYK0.190.6300.14
HSL282.17º66.35%59.22%-
HSV(B)282.17º62.73%86.27%-
XYZ34.5320.7969.9-
YUV126.74180.64165.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=37.21%
G=17.05%
B=45.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179822200.190.6300.14282.1766.3559.22
HexB352DC133F0E11a423b
Octal263122334237701643210273
Binary1011001110100101101110010011111111011101000110101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b352dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b352dc; }

 p { color: rgb(179,82,220); }

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

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

 a { background-color: rgb(179,82,220); }

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

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

 span { border-color: rgb(179,82,220); }

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