#B352D3

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

Shades of Medium Orchid #B352D3

Tints of Medium Orchid #B352D3

Color information

#B352D3 (or 0xB352D3) is unknown color: approx Medium Orchid. HEX triplet: B3, 52 and D3. RGB value is (179,82,211). Sum of RGB (Red+Green+Blue) = 179+82+211=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #B352D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352D3 is #4CAD2C. Grayscale: #7D7D7D. Windows color (decimal): -5025069 or 13849267. OLE color: 13849267.

HSL color Cylindrical-coordinate representation of color #B352D3: hue angle of 285.12º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B352D3 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17982211-
CMYK0.150.6100.17
HSL285.12º59.45%57.45%-
HSV(B)285.12º61.14%82.75%-
XYZ33.3720.3263.79-
YUV125.71176.14166.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 211 (82.81% from 255) = 44.70%
R=37.92%
G=17.37%
B=44.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179822110.150.6100.17285.1259.4557.45
HexB352D3F3D01111d3b39
Octal26312232317750214357371
Binary101100111010010110100111111111101010001100011101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352D3; }

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

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

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

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

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

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

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

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