#B352CD

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

Shades of Medium Orchid #B352CD

Tints of Medium Orchid #B352CD

Color information

#B352CD (or 0xB352CD) is unknown color: approx Medium Orchid. HEX triplet: B3, 52 and CD. RGB value is (179,82,205). Sum of RGB (Red+Green+Blue) = 179+82+205=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #B352CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CD is #4CAD32. Grayscale: #7C7C7C. Windows color (decimal): -5025075 or 13456051. OLE color: 13456051.

HSL color Cylindrical-coordinate representation of color #B352CD: hue angle of 287.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B352CD is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17982205-
CMYK0.130.600.20
HSL287.32º55.16%56.27%-
HSV(B)287.32º60%80.39%-
XYZ32.6320.0359.9-
YUV125.02173.14166.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=38.41%
G=17.60%
B=43.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179822050.130.600.20287.3255.1656.27
HexB352CDD3C01411f3738
Octal26312231515740244376770
Binary101100111010010110011011101111100010100100011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352CD; }

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

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

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

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

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

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

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

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