#B35FCD

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

Shades of Medium Orchid #B35FCD

Tints of Medium Orchid #B35FCD

Color information

#B35FCD (or 0xB35FCD) is unknown color: approx Medium Orchid. HEX triplet: B3, 5F and CD. RGB value is (179,95,205). Sum of RGB (Red+Green+Blue) = 179+95+205=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FCD is #4CA032. Grayscale: #848484. Windows color (decimal): -5021747 or 13459379. OLE color: 13459379.

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

Color convert

RGB17995205-
CMYK0.130.5400.20
HSL285.82º52.38%58.82%-
HSV(B)285.82º53.66%80.39%-
XYZ33.722.1860.26-
YUV132.66168.83161.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=37.37%
G=19.83%
B=42.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179952050.130.5400.20285.8252.3858.82
HexB35FCDD3601411e343b
Octal26313731515660244366473
Binary101100111011111110011011101110110010100100011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FCD; }

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

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

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

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

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

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

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

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