Html Css Color HEX #B031F5 Blue Violet

📋 copy color: '#B031F5'

red 176 ◦ green 49 ◦ blue 245

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

Shades of Blue Violet #B031F5

Tints of Blue Violet #B031F5

RGB

 RED value IS 176 (69.14% from 255) = 37.45%

 GREEN value IS 49 (19.53% from 255) = 10.43%

 BLUE value IS 245 (96.09% from 255) = 52.13%

R = 37.45%
G = 10.43%
B = 52.13%

CMYK

 C value IS 0.28

 M value IS 0.8

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B031F5 (or 0xB031F5) is known color: Blue Violet. HEX triplet: B0, 31 and F5. RGB value is (176,49,245). Sum of RGB (Red+Green+Blue) = 176+49+245=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #B031F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B031F5 is #4FCE0A. Grayscale: #6C6C6C. Windows color (decimal): -5230091 or 16069040. OLE color: 16069040.

HSL color Cylindrical-coordinate representation of color #B031F5: hue angle of 278.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B031F5 is Cyan = 0.28, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 49 245 -
CMYK 0.28 0.8 0 0.04
HSL 278.88º 0.91% 0.58% -
HSV(B) 278.88º 0.8% 0.96% -
XYZ 35.48 18.02 87.99 -
YUV 109.32 204.58 175.56 -
System Red Green Blue C M Y K H S L
Decimal 176 49 245 0.28 0.8 0 0.04 278.88 0.91 0.58
Hex B0 31 F5 1C 50 0 4 117 5B 3A
Octal 260 61 365 34 120 0 4 427 133 72
Binary 10110000 110001 11110101 11100 1010000 0 100 100010111 1011011 111010

Color Harmonies of #B031F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031F5

Black with #B031F5

Text Example


Text Example

White with #B031F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031F5; }

 p { color: rgb(176,49,245); }

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

background-color css

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

 a { background-color: rgb(176,49,245); }

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

border-color css

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

 span { border-color: rgb(176,49,245); }

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