#B137FC

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

Shades of Blue Violet #B137FC

Tints of Blue Violet #B137FC

Color information

#B137FC (or 0xB137FC) is unknown color: approx Blue Violet. HEX triplet: B1, 37 and FC. RGB value is (177,55,252). Sum of RGB (Red+Green+Blue) = 177+55+252=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #B137FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B137FC is #4EC803. Grayscale: #717171. Windows color (decimal): -5163012 or 16529329. OLE color: 16529329.

HSL color Cylindrical-coordinate representation of color #B137FC: hue angle of 277.16º 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 #B137FC is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17755252-
CMYK0.300.7800.01
HSL277.16º97.04%60.2%-
HSV(B)277.16º78.17%98.82%-
XYZ37.0719.1193.83-
YUV113.94205.92172.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 55 (21.88% from 255) = 11.36%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=36.57%
G=11.36%
B=52.07%

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
Decimal177552520.300.7800.01277.1697.0460.2
HexB137FC1E4E01115613c
Octal26167374361160142514174
Binary1011000111011111111100111101001110011000101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B137FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B137FC; }

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

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

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

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

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

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

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

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