#B037FC

Color #B037FC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #B037FC

Tints of Blue Violet #B037FC

Color information

#B037FC (or 0xB037FC) is unknown color: approx Blue Violet. HEX triplet: B0, 37 and FC. RGB value is (176,55,252). Sum of RGB (Red+Green+Blue) = 176+55+252=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #B037FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B037FC is #4FC803. Grayscale: #707070. Windows color (decimal): -5228548 or 16529328. OLE color: 16529328.

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

Color convert

RGB17655252-
CMYK0.300.7800.01
HSL276.85º97.04%60.2%-
HSV(B)276.85º78.17%98.82%-
XYZ36.8418.9993.82-
YUV113.64206.09172.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 55 (21.88% from 255) = 11.39%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=36.44%
G=11.39%
B=52.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176552520.300.7800.01276.8597.0460.2
HexB037FC1E4E01115613c
Octal26067374361160142514174
Binary1011000011011111111100111101001110011000101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B037FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B037FC; }

 p { color: rgb(176,55,252); }

 H1.HeaderClassName
 {
   color: #B037FC;
 }
 .AnyTagClassName
 {
   color: #B037FC;
 }
</style>
background-color css

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

 a { background-color: rgb(176,55,252); }

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

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

 span { border-color: rgb(176,55,252); }

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