Html Css Color HEX #B333FE Blue Violet

📋 copy color: '#B333FE'

red 179 ◦ green 51 ◦ blue 254

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

Shades of Blue Violet #B333FE

Tints of Blue Violet #B333FE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.54%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 36.98%
G = 10.54%
B = 52.48%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B333FE (or 0xB333FE) is known color: Blue Violet. HEX triplet: B3, 33 and FE. RGB value is (179,51,254). Sum of RGB (Red+Green+Blue) = 179+51+254=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #B333FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B333FE is #4CCC01. Grayscale: #6F6F6F. Windows color (decimal): -5032962 or 16659379. OLE color: 16659379.

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

Color convert

RGB 179 51 254 -
CMYK 0.30 0.80 0 0.00
HSL 277.83º 0.99% 0.6% -
HSV(B) 277.83º 0.8% 1% -
XYZ 37.66 19.11 95.47 -
YUV 112.41 207.91 175.49 -
System Red Green Blue C M Y K H S L
Decimal 179 51 254 0.30 0.80 0 0.00 277.83 0.99 0.6
Hex B3 33 FE 1E 50 0 0 116 63 3C
Octal 263 63 376 36 120 0 0 426 143 74
Binary 10110011 110011 11111110 11110 1010000 0 0 100010110 1100011 111100

Color Harmonies of #B333FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333FE

Black with #B333FE

Text Example


Text Example

White with #B333FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333FE; }

 p { color: rgb(179,51,254); }

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

background-color css

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

 a { background-color: rgb(179,51,254); }

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

border-color css

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

 span { border-color: rgb(179,51,254); }

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