#B35EF9

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

Shades of Medium Orchid #B35EF9

Tints of Medium Orchid #B35EF9

Color information

#B35EF9 (or 0xB35EF9) is unknown color: approx Medium Orchid. HEX triplet: B3, 5E and F9. RGB value is (179,94,249). Sum of RGB (Red+Green+Blue) = 179+94+249=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #B35EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35EF9 is #4CA106. Grayscale: #888888. Windows color (decimal): -5021959 or 16342707. OLE color: 16342707.

HSL color Cylindrical-coordinate representation of color #B35EF9: hue angle of 272.9º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35EF9 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17994249-
CMYK0.280.6200.02
HSL272.9º92.81%67.25%-
HSV(B)272.9º62.25%97.65%-
XYZ39.6924.4392.25-
YUV137.08191.16157.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=34.29%
G=18.01%
B=47.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179942490.280.6200.02272.992.8167.25
HexB35EF91C3E021115d43
Octal263136371347602421135103
Binary101100111011110111110011110011111001010001000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EF9; }

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

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

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

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

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

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

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

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