Html Css Color HEX #B33BFF Blue Violet

📋 copy color: '#B33BFF'

red 179 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #B33BFF

Tints of Blue Violet #B33BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.97%

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

R = 36.31%
G = 11.97%
B = 51.72%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B33BFF (or 0xB33BFF) is known color: Blue Violet. HEX triplet: B3, 3B and FF. RGB value is (179,59,255). Sum of RGB (Red+Green+Blue) = 179+59+255=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #B33BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BFF is #4CC400. Grayscale: #747474. Windows color (decimal): -5030913 or 16726963. OLE color: 16726963.

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

Color convert

RGB 179 59 255 -
CMYK 0.30 0.77 0 0
HSL 276.73º 1% 0.62% -
HSV(B) 276.73º 0.77% 1% -
XYZ 38.2 19.93 96.44 -
YUV 117.22 205.76 172.06 -
System Red Green Blue C M Y K H S L
Decimal 179 59 255 0.30 0.77 0 0 276.73 1 0.62
Hex B3 3B FF 1E 4D 0 0 115 64 3E
Octal 263 73 377 36 115 0 0 425 144 76
Binary 10110011 111011 11111111 11110 1001101 0 0 100010101 1100100 111110

Color Harmonies of #B33BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BFF

Black with #B33BFF

Text Example


Text Example

White with #B33BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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