#B828B2

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

Shades of Fuchsia #B828B2

Tints of Fuchsia #B828B2

Color information

#B828B2 (or 0xB828B2) is unknown color: approx Fuchsia. HEX triplet: B8, 28 and B2. RGB value is (184,40,178). Sum of RGB (Red+Green+Blue) = 184+40+178=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828B2 is #47D74D. Grayscale: #626262. Windows color (decimal): -4708174 or 11675832. OLE color: 11675832.

HSL color Cylindrical-coordinate representation of color #B828B2: hue angle of 302.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B828B2 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18440178-
CMYK00.780.030.28
HSL302.5º64.29%43.92%-
HSV(B)302.5º78.26%72.16%-
XYZ28.5614.9243.49-
YUV98.79172.71188.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 40 (16.02% from 255) = 9.95%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=45.77%
G=9.95%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844017800.780.030.28302.564.2943.92
HexB828B204E31C12e402c
Octal27050262011633445610054
Binary10111000101000101100100100111011111001001011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B828B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B828B2; }

 p { color: rgb(184,40,178); }

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

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

 a { background-color: rgb(184,40,178); }

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

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

 span { border-color: rgb(184,40,178); }

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