Html Css Color HEX #B332FF Blue Violet

📋 copy color: '#B332FF'

red 179 ◦ green 50 ◦ blue 255

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

Shades of Blue Violet #B332FF

Tints of Blue Violet #B332FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.33%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 36.98%
G = 10.33%
B = 52.69%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B332FF (or 0xB332FF) is known color: Blue Violet. HEX triplet: B3, 32 and FF. RGB value is (179,50,255). Sum of RGB (Red+Green+Blue) = 179+50+255=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #B332FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B332FF is #4CCD00. Grayscale: #6F6F6F. Windows color (decimal): -5033217 or 16724659. OLE color: 16724659.

HSL color Cylindrical-coordinate representation of color #B332FF: hue angle of 277.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B332FF is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 50 255 -
CMYK 0.30 0.80 0 0
HSL 277.76º 1% 0.6% -
HSV(B) 277.76º 0.8% 1% -
XYZ 37.78 19.08 96.3 -
YUV 111.94 208.74 175.83 -
System Red Green Blue C M Y K H S L
Decimal 179 50 255 0.30 0.80 0 0 277.76 1 0.6
Hex B3 32 FF 1E 50 0 0 116 64 3C
Octal 263 62 377 36 120 0 0 426 144 74
Binary 10110011 110010 11111111 11110 1010000 0 0 100010110 1100100 111100

Color Harmonies of #B332FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332FF

Black with #B332FF

Text Example


Text Example

White with #B332FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332FF; }

 p { color: rgb(179,50,255); }

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

background-color css

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

 a { background-color: rgb(179,50,255); }

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

border-color css

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

 span { border-color: rgb(179,50,255); }

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