#B12AF1

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

Shades of Blue Violet #B12AF1

Tints of Blue Violet #B12AF1

Color information

#B12AF1 (or 0xB12AF1) is unknown color: approx Blue Violet. HEX triplet: B1, 2A and F1. RGB value is (177,42,241). Sum of RGB (Red+Green+Blue) = 177+42+241=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #B12AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AF1 is #4ED50E. Grayscale: #686868. Windows color (decimal): -5166351 or 15805105. OLE color: 15805105.

HSL color Cylindrical-coordinate representation of color #B12AF1: hue angle of 280.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12AF1 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17742241-
CMYK0.270.8300.05
HSL280.7º87.67%55.49%-
HSV(B)280.7º82.57%94.51%-
XYZ34.8417.3584.73-
YUV105.05204.73179.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 42 (16.80% from 255) = 9.13%
BLUE value IS 241 (94.53% from 255) = 52.39%
R=38.48%
G=9.13%
B=52.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177422410.270.8300.05280.787.6755.49
HexB12AF11B53051195837
Octal26152361331230543113067
Binary101100011010101111000111011101001101011000110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12AF1; }

 p { color: rgb(177,42,241); }

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

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

 a { background-color: rgb(177,42,241); }

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

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

 span { border-color: rgb(177,42,241); }

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