Html Css Color HEX #B336FA Blue Violet

📋 copy color: '#B336FA'

red 179 ◦ green 54 ◦ blue 250

#B336FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #B336FA

Tints of Blue Violet #B336FA

RGB

 RED value IS 179 (70.31% from 255) = 37.06%

 GREEN value IS 54 (21.48% from 255) = 11.18%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 37.06%
G = 11.18%
B = 51.76%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B336FA (or 0xB336FA) is known color: Blue Violet. HEX triplet: B3, 36 and FA. RGB value is (179,54,250). Sum of RGB (Red+Green+Blue) = 179+54+250=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #B336FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B336FA is #4CC905. Grayscale: #717171. Windows color (decimal): -5032198 or 16398003. OLE color: 16398003.

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

Color convert

RGB 179 54 250 -
CMYK 0.28 0.78 0 0.02
HSL 278.27º 0.95% 0.6% -
HSV(B) 278.27º 0.78% 0.98% -
XYZ 37.16 19.12 92.18 -
YUV 113.72 204.91 174.56 -
System Red Green Blue C M Y K H S L
Decimal 179 54 250 0.28 0.78 0 0.02 278.27 0.95 0.6
Hex B3 36 FA 1C 4E 0 2 116 5F 3C
Octal 263 66 372 34 116 0 2 426 137 74
Binary 10110011 110110 11111010 11100 1001110 0 10 100010110 1011111 111100

Color Harmonies of #B336FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336FA

Black with #B336FA

Text Example


Text Example

White with #B336FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336FA; }

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

 H1.HeaderClassName
 {
   color: #B336FA;
 }
 .AnyTagClassName
 {
   color: #B336FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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