#B13BF8

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

Shades of Blue Violet #B13BF8

Tints of Blue Violet #B13BF8

Color information

#B13BF8 (or 0xB13BF8) is unknown color: approx Blue Violet. HEX triplet: B1, 3B and F8. RGB value is (177,59,248). Sum of RGB (Red+Green+Blue) = 177+59+248=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #B13BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BF8 is #4EC407. Grayscale: #737373. Windows color (decimal): -5161992 or 16268209. OLE color: 16268209.

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

Color convert

RGB17759248-
CMYK0.290.7600.03
HSL277.46º93.1%60.2%-
HSV(B)277.46º76.21%97.25%-
XYZ36.6419.2590.59-
YUV115.83202.59171.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 59 (23.44% from 255) = 12.19%
BLUE value IS 248 (97.27% from 255) = 51.24%
R=36.57%
G=12.19%
B=51.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177592480.290.7600.03277.4693.160.2
HexB13BF81D4C031155d3c
Octal26173370351140342513574
Binary10110001111011111110001110110011000111000101011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BF8; }

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

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

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

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

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

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

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

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