#B137FB

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

Shades of Blue Violet #B137FB

Tints of Blue Violet #B137FB

Color information

#B137FB (or 0xB137FB) is unknown color: approx Blue Violet. HEX triplet: B1, 37 and FB. RGB value is (177,55,251). Sum of RGB (Red+Green+Blue) = 177+55+251=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #B137FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B137FB is #4EC804. Grayscale: #717171. Windows color (decimal): -5163013 or 16463793. OLE color: 16463793.

HSL color Cylindrical-coordinate representation of color #B137FB: hue angle of 277.35º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B137FB is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17755251-
CMYK0.290.7800.02
HSL277.35º96.08%60%-
HSV(B)277.35º78.09%98.43%-
XYZ36.9119.0493-
YUV113.82205.42173.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 55 (21.88% from 255) = 11.39%
BLUE value IS 251 (98.44% from 255) = 51.97%
R=36.65%
G=11.39%
B=51.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177552510.290.7800.02277.3596.0860
HexB137FB1D4E02115603c
Octal26167373351160242514074
Binary10110001110111111110111110110011100101000101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B137FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B137FB; }

 p { color: rgb(177,55,251); }

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

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

 a { background-color: rgb(177,55,251); }

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

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

 span { border-color: rgb(177,55,251); }

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