#B139F8

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

Shades of Blue Violet #B139F8

Tints of Blue Violet #B139F8

Color information

#B139F8 (or 0xB139F8) is unknown color: approx Blue Violet. HEX triplet: B1, 39 and F8. RGB value is (177,57,248). Sum of RGB (Red+Green+Blue) = 177+57+248=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #B139F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139F8 is #4EC607. Grayscale: #727272. Windows color (decimal): -5162504 or 16267697. OLE color: 16267697.

HSL color Cylindrical-coordinate representation of color #B139F8: hue angle of 277.7º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B139F8 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17757248-
CMYK0.290.7700.03
HSL277.7º93.17%59.8%-
HSV(B)277.7º77.02%97.25%-
XYZ36.5419.0590.56-
YUV114.65203.26172.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 57 (22.66% from 255) = 11.83%
BLUE value IS 248 (97.27% from 255) = 51.45%
R=36.72%
G=11.83%
B=51.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177572480.290.7700.03277.793.1759.8
HexB139F81D4D031165d3c
Octal26171370351150342613574
Binary10110001111001111110001110110011010111000101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B139F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B139F8; }

 p { color: rgb(177,57,248); }

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

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

 a { background-color: rgb(177,57,248); }

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

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

 span { border-color: rgb(177,57,248); }

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