Html Css Color HEX #B334FF Blue Violet

📋 copy color: '#B334FF'

red 179 ◦ green 52 ◦ blue 255

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

Shades of Blue Violet #B334FF

Tints of Blue Violet #B334FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.7%

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

R = 36.83%
G = 10.7%
B = 52.47%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B334FF (or 0xB334FF) is known color: Blue Violet. HEX triplet: B3, 34 and FF. RGB value is (179,52,255). Sum of RGB (Red+Green+Blue) = 179+52+255=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #B334FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334FF is #4CCB00. Grayscale: #707070. Windows color (decimal): -5032705 or 16725171. OLE color: 16725171.

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

Color convert

RGB 179 52 255 -
CMYK 0.30 0.80 0 0
HSL 277.54º 1% 0.6% -
HSV(B) 277.54º 0.8% 1% -
XYZ 37.87 19.26 96.33 -
YUV 113.12 208.08 174.99 -
System Red Green Blue C M Y K H S L
Decimal 179 52 255 0.30 0.80 0 0 277.54 1 0.6
Hex B3 34 FF 1E 50 0 0 116 64 3C
Octal 263 64 377 36 120 0 0 426 144 74
Binary 10110011 110100 11111111 11110 1010000 0 0 100010110 1100100 111100

Color Harmonies of #B334FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334FF

Black with #B334FF

Text Example


Text Example

White with #B334FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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