#B13FFF

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

Shades of Blue Violet #B13FFF

Tints of Blue Violet #B13FFF

Color information

#B13FFF (or 0xB13FFF) is unknown color: approx Blue Violet. HEX triplet: B1, 3F and FF. RGB value is (177,63,255). Sum of RGB (Red+Green+Blue) = 177+63+255=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B13FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFF is #4EC000. Grayscale: #767676. Windows color (decimal): -5160961 or 16727985. OLE color: 16727985.

HSL color Cylindrical-coordinate representation of color #B13FFF: hue angle of 275.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17763255-
CMYK0.310.7500
HSL275.62º100%62.35%-
HSV(B)275.62º75.29%100%-
XYZ37.9620.1296.49-
YUV118.97204.77169.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 255 (100% from 255) = 51.52%
R=35.76%
G=12.73%
B=51.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177632550.310.7500275.6210062.35
HexB13FFF1F4B00114643e
Octal26177377371130042414476
Binary1011000111111111111111111111001011001000101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FFF; }

 p { color: rgb(177,63,255); }

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

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

 a { background-color: rgb(177,63,255); }

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

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

 span { border-color: rgb(177,63,255); }

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