#B35FC2

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

Shades of Medium Orchid #B35FC2

Tints of Medium Orchid #B35FC2

Color information

#B35FC2 (or 0xB35FC2) is unknown color: approx Medium Orchid. HEX triplet: B3, 5F and C2. RGB value is (179,95,194). Sum of RGB (Red+Green+Blue) = 179+95+194=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B35FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FC2 is #4CA03D. Grayscale: #838383. Windows color (decimal): -5021758 or 12738483. OLE color: 12738483.

HSL color Cylindrical-coordinate representation of color #B35FC2: hue angle of 290.91º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35FC2 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17995194-
CMYK0.080.5100.24
HSL290.91º44.8%56.67%-
HSV(B)290.91º51.03%76.08%-
XYZ32.4221.6653.51-
YUV131.4163.33161.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=38.25%
G=20.30%
B=41.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179951940.080.5100.24290.9144.856.67
HexB35FC28330181232d39
Octal26313730210630304435571
Binary101100111011111110000101000110011011000100100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FC2; }

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

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

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

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

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

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

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

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