#B35EC7

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

Shades of Medium Orchid #B35EC7

Tints of Medium Orchid #B35EC7

Color information

#B35EC7 (or 0xB35EC7) is unknown color: approx Medium Orchid. HEX triplet: B3, 5E and C7. RGB value is (179,94,199). Sum of RGB (Red+Green+Blue) = 179+94+199=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #B35EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EC7 is #4CA138. Grayscale: #838383. Windows color (decimal): -5022009 or 13065907. OLE color: 13065907.

HSL color Cylindrical-coordinate representation of color #B35EC7: hue angle of 288.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35EC7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17994199-
CMYK0.100.5300.22
HSL288.57º48.39%57.45%-
HSV(B)288.57º52.76%78.04%-
XYZ32.921.7156.49-
YUV131.38166.16161.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 94 (37.11% from 255) = 19.92%
BLUE value IS 199 (78.12% from 255) = 42.16%
R=37.92%
G=19.92%
B=42.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179941990.100.5300.22288.5748.3957.45
HexB35EC7A350161213039
Octal26313630712650264416071
Binary101100111011110110001111010110101010110100100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EC7; }

 p { color: rgb(179,94,199); }

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

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

 a { background-color: rgb(179,94,199); }

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

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

 span { border-color: rgb(179,94,199); }

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