#b22df1

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

Shades of Blue Violet #B22DF1

Tints of Blue Violet #B22DF1

Color information

#B22DF1 (or 0xB22DF1) is unknown color: approx Blue Violet. HEX triplet: B2, 2D and F1. RGB value is (178,45,241). Sum of RGB (Red+Green+Blue) = 178+45+241=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #B22DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22DF1 is #4DD20E. Grayscale: #6A6A6A. Windows color (decimal): -5100047 or 15805874. OLE color: 15805874.

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

Color convert

RGB17845241-
CMYK0.260.8100.05
HSL280.71º87.5%56.08%-
HSV(B)280.71º81.33%94.51%-
XYZ35.1817.6984.78-
YUV107.11203.56178.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 45 (17.97% from 255) = 9.70%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=38.36%
G=9.70%
B=51.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178452410.260.8100.05280.7187.556.08
HexB22DF11A51051195838
Octal26255361321210543113070
Binary101100101011011111000111010101000101011000110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22df1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22df1; }

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

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

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

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

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

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

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

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