Html Css Color HEX #B33CFF Blue Violet

📋 copy color: '#B33CFF'

red 179 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #B33CFF

Tints of Blue Violet #B33CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.15%

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

R = 36.23%
G = 12.15%
B = 51.62%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B33CFF (or 0xB33CFF) is known color: Blue Violet. HEX triplet: B3, 3C and FF. RGB value is (179,60,255). Sum of RGB (Red+Green+Blue) = 179+60+255=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #B33CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CFF is #4CC300. Grayscale: #757575. Windows color (decimal): -5030657 or 16727219. OLE color: 16727219.

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

Color convert

RGB 179 60 255 -
CMYK 0.30 0.76 0 0
HSL 276.62º 1% 0.62% -
HSV(B) 276.62º 0.76% 1% -
XYZ 38.26 20.04 96.46 -
YUV 117.81 205.42 171.64 -
System Red Green Blue C M Y K H S L
Decimal 179 60 255 0.30 0.76 0 0 276.62 1 0.62
Hex B3 3C FF 1E 4C 0 0 115 64 3E
Octal 263 74 377 36 114 0 0 425 144 76
Binary 10110011 111100 11111111 11110 1001100 0 0 100010101 1100100 111110

Color Harmonies of #B33CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CFF

Black with #B33CFF

Text Example


Text Example

White with #B33CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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