Html Css Color HEX #B333FA Blue Violet

📋 copy color: '#B333FA'

red 179 ◦ green 51 ◦ blue 250

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

Shades of Blue Violet #B333FA

Tints of Blue Violet #B333FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 37.29%
G = 10.63%
B = 52.08%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B333FA (or 0xB333FA) is known color: Blue Violet. HEX triplet: B3, 33 and FA. RGB value is (179,51,250). Sum of RGB (Red+Green+Blue) = 179+51+250=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #B333FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B333FA is #4CCC05. Grayscale: #6F6F6F. Windows color (decimal): -5032966 or 16397235. OLE color: 16397235.

HSL color Cylindrical-coordinate representation of color #B333FA: hue angle of 278.59º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B333FA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 51 250 -
CMYK 0.28 0.80 0 0.02
HSL 278.59º 0.95% 0.59% -
HSV(B) 278.59º 0.8% 0.98% -
XYZ 37.03 18.85 92.13 -
YUV 111.96 205.91 175.82 -
System Red Green Blue C M Y K H S L
Decimal 179 51 250 0.28 0.80 0 0.02 278.59 0.95 0.59
Hex B3 33 FA 1C 50 0 2 117 5F 3B
Octal 263 63 372 34 120 0 2 427 137 73
Binary 10110011 110011 11111010 11100 1010000 0 10 100010111 1011111 111011

Color Harmonies of #B333FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333FA

Black with #B333FA

Text Example


Text Example

White with #B333FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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