#B22BAD

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

Shades of Fuchsia #B22BAD

Tints of Fuchsia #B22BAD

Color information

#B22BAD (or 0xB22BAD) is unknown color: approx Fuchsia. HEX triplet: B2, 2B and AD. RGB value is (178,43,173). Sum of RGB (Red+Green+Blue) = 178+43+173=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B22BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22BAD is #4DD452. Grayscale: #616161. Windows color (decimal): -5100627 or 11348914. OLE color: 11348914.

HSL color Cylindrical-coordinate representation of color #B22BAD: hue angle of 302.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22BAD is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17843173-
CMYK00.760.030.30
HSL302.22º61.09%43.33%-
HSV(B)302.22º75.84%69.8%-
XYZ26.7714.2140.87-
YUV98.18170.23184.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 43 (17.19% from 255) = 10.91%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=45.18%
G=10.91%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784317300.760.030.30302.2261.0943.33
HexB22BAD04C31E12e3d2b
Octal2625325501143364567553
Binary1011001010101110101101010011001111110100101110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22BAD; }

 p { color: rgb(178,43,173); }

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

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

 a { background-color: rgb(178,43,173); }

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

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

 span { border-color: rgb(178,43,173); }

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