#B35FCC

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

Shades of Medium Orchid #B35FCC

Tints of Medium Orchid #B35FCC

Color information

#B35FCC (or 0xB35FCC) is unknown color: approx Medium Orchid. HEX triplet: B3, 5F and CC. RGB value is (179,95,204). Sum of RGB (Red+Green+Blue) = 179+95+204=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B35FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FCC is #4CA033. Grayscale: #848484. Windows color (decimal): -5021748 or 13393843. OLE color: 13393843.

HSL color Cylindrical-coordinate representation of color #B35FCC: hue angle of 286.24º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35FCC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17995204-
CMYK0.120.5300.2
HSL286.24º51.66%58.63%-
HSV(B)286.24º53.43%80%-
XYZ33.5822.1359.63-
YUV132.54168.33161.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 95 (37.5% from 255) = 19.87%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=37.45%
G=19.87%
B=42.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179952040.120.5300.2286.2451.6658.63
HexB35FCCC3501411e343b
Octal26313731414650244366473
Binary101100111011111110011001100110101010100100011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FCC; }

 p { color: rgb(179,95,204); }

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

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

 a { background-color: rgb(179,95,204); }

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

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

 span { border-color: rgb(179,95,204); }

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