Html Css Color HEX #B335FF Blue Violet

📋 copy color: '#B335FF'

red 179 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #B335FF

Tints of Blue Violet #B335FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.88%

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

R = 36.76%
G = 10.88%
B = 52.36%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B335FF (or 0xB335FF) is known color: Blue Violet. HEX triplet: B3, 35 and FF. RGB value is (179,53,255). Sum of RGB (Red+Green+Blue) = 179+53+255=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #B335FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B335FF is #4CCA00. Grayscale: #717171. Windows color (decimal): -5032449 or 16725427. OLE color: 16725427.

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

Color convert

RGB 179 53 255 -
CMYK 0.30 0.79 0 0
HSL 277.43º 1% 0.6% -
HSV(B) 277.43º 0.79% 1% -
XYZ 37.91 19.35 96.34 -
YUV 113.7 207.74 174.57 -
System Red Green Blue C M Y K H S L
Decimal 179 53 255 0.30 0.79 0 0 277.43 1 0.6
Hex B3 35 FF 1E 4F 0 0 115 64 3C
Octal 263 65 377 36 117 0 0 425 144 74
Binary 10110011 110101 11111111 11110 1001111 0 0 100010101 1100100 111100

Color Harmonies of #B335FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335FF

Black with #B335FF

Text Example


Text Example

White with #B335FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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