#B35FE1

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

Shades of Medium Orchid #B35FE1

Tints of Medium Orchid #B35FE1

Color information

#B35FE1 (or 0xB35FE1) is unknown color: approx Medium Orchid. HEX triplet: B3, 5F and E1. RGB value is (179,95,225). Sum of RGB (Red+Green+Blue) = 179+95+225=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #B35FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FE1 is #4CA01E. Grayscale: #868686. Windows color (decimal): -5021727 or 14770099. OLE color: 14770099.

HSL color Cylindrical-coordinate representation of color #B35FE1: hue angle of 278.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B35FE1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17995225-
CMYK0.200.5800.12
HSL278.77º68.42%62.75%-
HSV(B)278.77º57.78%88.24%-
XYZ36.2723.273.8-
YUV134.94178.83159.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=35.87%
G=19.04%
B=45.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179952250.200.5800.12278.7768.4262.75
HexB35FE1143A0C117443f
Octal263137341247201442710477
Binary1011001110111111110000110100111010011001000101111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FE1; }

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

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

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

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

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

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

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

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