Html Css Color HEX #B333FF Blue Violet

📋 copy color: '#B333FF'

red 179 ◦ green 51 ◦ blue 255

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

Shades of Blue Violet #B333FF

Tints of Blue Violet #B333FF

RGB

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

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

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

R = 36.91%
G = 10.52%
B = 52.58%

CMYK

 C value IS 0.30

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B333FF (or 0xB333FF) is known color: Blue Violet. HEX triplet: B3, 33 and FF. RGB value is (179,51,255). Sum of RGB (Red+Green+Blue) = 179+51+255=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B333FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B333FF is #4CCC00. Grayscale: #6F6F6F. Windows color (decimal): -5032961 or 16724915. OLE color: 16724915.

HSL color Cylindrical-coordinate representation of color #B333FF: hue angle of 277.65º 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 #B333FF is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 51 255 -
CMYK 0.30 0.8 0 0
HSL 277.65º 1% 0.6% -
HSV(B) 277.65º 0.8% 1% -
XYZ 37.82 19.17 96.31 -
YUV 112.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 179 51 255 0.30 0.8 0 0 277.65 1 0.6
Hex B3 33 FF 1E 50 0 0 116 64 3C
Octal 263 63 377 36 120 0 0 426 144 74
Binary 10110011 110011 11111111 11110 1010000 0 0 100010110 1100100 111100

Color Harmonies of #B333FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333FF

Black with #B333FF

Text Example


Text Example

White with #B333FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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