Html Css Color HEX #B039F5 Blue Violet

📋 copy color: '#B039F5'

red 176 ◦ green 57 ◦ blue 245

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

Shades of Blue Violet #B039F5

Tints of Blue Violet #B039F5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.92%

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

R = 36.82%
G = 11.92%
B = 51.26%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B039F5 (or 0xB039F5) is known color: Blue Violet. HEX triplet: B0, 39 and F5. RGB value is (176,57,245). Sum of RGB (Red+Green+Blue) = 176+57+245=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #B039F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039F5 is #4FC60A. Grayscale: #717171. Windows color (decimal): -5228043 or 16071088. OLE color: 16071088.

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

Color convert

RGB 176 57 245 -
CMYK 0.28 0.77 0 0.04
HSL 277.98º 0.9% 0.59% -
HSV(B) 277.98º 0.77% 0.96% -
XYZ 35.85 18.75 88.12 -
YUV 114.01 201.92 172.21 -
System Red Green Blue C M Y K H S L
Decimal 176 57 245 0.28 0.77 0 0.04 277.98 0.9 0.59
Hex B0 39 F5 1C 4D 0 4 116 5A 3B
Octal 260 71 365 34 115 0 4 426 132 73
Binary 10110000 111001 11110101 11100 1001101 0 100 100010110 1011010 111011

Color Harmonies of #B039F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039F5

Black with #B039F5

Text Example


Text Example

White with #B039F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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