#B442B0

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

Shades of Fuchsia #B442B0

Tints of Fuchsia #B442B0

Color information

#B442B0 (or 0xB442B0) is unknown color: approx Fuchsia. HEX triplet: B4, 42 and B0. RGB value is (180,66,176). Sum of RGB (Red+Green+Blue) = 180+66+176=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B442B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B442B0 is #4BBD4F. Grayscale: #707070. Windows color (decimal): -4963664 or 11551412. OLE color: 11551412.

HSL color Cylindrical-coordinate representation of color #B442B0: hue angle of 302.11º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B442B0 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18066176-
CMYK00.630.020.29
HSL302.11º46.34%48.24%-
HSV(B)302.11º63.33%70.59%-
XYZ28.6116.7342.8-
YUV112.63163.77176.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=42.65%
G=15.64%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806617600.630.020.29302.1146.3448.24
HexB442B003F21D12e2e30
Octal2641022600772354565660
Binary1011010010000101011000001111111011101100101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B442B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B442B0; }

 p { color: rgb(180,66,176); }

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

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

 a { background-color: rgb(180,66,176); }

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

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

 span { border-color: rgb(180,66,176); }

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