Html Css Color HEX #B038F5 Blue Violet

📋 copy color: '#B038F5'

red 176 ◦ green 56 ◦ blue 245

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

Shades of Blue Violet #B038F5

Tints of Blue Violet #B038F5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.74%

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

R = 36.9%
G = 11.74%
B = 51.36%

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

#B038F5 (or 0xB038F5) is known color: Blue Violet. HEX triplet: B0, 38 and F5. RGB value is (176,56,245). Sum of RGB (Red+Green+Blue) = 176+56+245=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #B038F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038F5 is #4FC70A. Grayscale: #707070. Windows color (decimal): -5228299 or 16070832. OLE color: 16070832.

HSL color Cylindrical-coordinate representation of color #B038F5: hue angle of 278.1º 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 #B038F5 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 56 245 -
CMYK 0.28 0.77 0 0.04
HSL 278.1º 0.9% 0.59% -
HSV(B) 278.1º 0.77% 0.96% -
XYZ 35.8 18.65 88.1 -
YUV 113.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 176 56 245 0.28 0.77 0 0.04 278.1 0.9 0.59
Hex B0 38 F5 1C 4D 0 4 116 5A 3B
Octal 260 70 365 34 115 0 4 426 132 73
Binary 10110000 111000 11110101 11100 1001101 0 100 100010110 1011010 111011

Color Harmonies of #B038F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038F5

Black with #B038F5

Text Example


Text Example

White with #B038F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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