#B22AF1

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

Shades of Blue Violet #B22AF1

Tints of Blue Violet #B22AF1

Color information

#B22AF1 (or 0xB22AF1) is unknown color: approx Blue Violet. HEX triplet: B2, 2A and F1. RGB value is (178,42,241). Sum of RGB (Red+Green+Blue) = 178+42+241=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #B22AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22AF1 is #4DD50E. Grayscale: #686868. Windows color (decimal): -5100815 or 15805106. OLE color: 15805106.

HSL color Cylindrical-coordinate representation of color #B22AF1: hue angle of 281.01º 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 #B22AF1 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17842241-
CMYK0.260.8300.05
HSL281.01º87.67%55.49%-
HSV(B)281.01º82.57%94.51%-
XYZ35.0717.4784.74-
YUV105.35204.56179.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 42 (16.80% from 255) = 9.11%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=38.61%
G=9.11%
B=52.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178422410.260.8300.05281.0187.6755.49
HexB22AF11A53051195837
Octal26252361321230543113067
Binary101100101010101111000111010101001101011000110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22AF1; }

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

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

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

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

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

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

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

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