Html Css Color HEX #B337FE Blue Violet

📋 copy color: '#B337FE'

red 179 ◦ green 55 ◦ blue 254

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

Shades of Blue Violet #B337FE

Tints of Blue Violet #B337FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.27%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 36.68%
G = 11.27%
B = 52.05%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B337FE (or 0xB337FE) is known color: Blue Violet. HEX triplet: B3, 37 and FE. RGB value is (179,55,254). Sum of RGB (Red+Green+Blue) = 179+55+254=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #B337FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337FE is #4CC801. Grayscale: #727272. Windows color (decimal): -5031938 or 16660403. OLE color: 16660403.

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

Color convert

RGB 179 55 254 -
CMYK 0.30 0.78 0 0.00
HSL 277.39º 0.99% 0.61% -
HSV(B) 277.39º 0.78% 1% -
XYZ 37.85 19.47 95.53 -
YUV 114.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 179 55 254 0.30 0.78 0 0.00 277.39 0.99 0.61
Hex B3 37 FE 1E 4E 0 0 115 63 3D
Octal 263 67 376 36 116 0 0 425 143 75
Binary 10110011 110111 11111110 11110 1001110 0 0 100010101 1100011 111101

Color Harmonies of #B337FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337FE

Black with #B337FE

Text Example


Text Example

White with #B337FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337FE; }

 p { color: rgb(179,55,254); }

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

background-color css

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

 a { background-color: rgb(179,55,254); }

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

border-color css

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

 span { border-color: rgb(179,55,254); }

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