#B336F6

Color #B336F6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #B336F6

Tints of Blue Violet #B336F6

Color information

#B336F6 (or 0xB336F6) is unknown color: approx Blue Violet. HEX triplet: B3, 36 and F6. RGB value is (179,54,246). Sum of RGB (Red+Green+Blue) = 179+54+246=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #B336F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B336F6 is #4CC909. Grayscale: #707070. Windows color (decimal): -5032202 or 16135859. OLE color: 16135859.

HSL color Cylindrical-coordinate representation of color #B336F6: hue angle of 279.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B336F6 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17954246-
CMYK0.270.7800.04
HSL279.06º91.43%58.82%-
HSV(B)279.06º78.05%96.47%-
XYZ36.5418.8888.91-
YUV113.26202.91174.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 54 (21.48% from 255) = 11.27%
BLUE value IS 246 (96.48% from 255) = 51.36%
R=37.37%
G=11.27%
B=51.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal179542460.270.7800.04279.0691.4358.82
HexB336F61B4E041175b3b
Octal26366366331160442713373
Binary101100111101101111011011011100111001001000101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336F6; }

 p { color: rgb(179,54,246); }

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

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

 a { background-color: rgb(179,54,246); }

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

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

 span { border-color: rgb(179,54,246); }

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