#B828B3

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

Shades of Fuchsia #B828B3

Tints of Fuchsia #B828B3

Color information

#B828B3 (or 0xB828B3) is unknown color: approx Fuchsia. HEX triplet: B8, 28 and B3. RGB value is (184,40,179). Sum of RGB (Red+Green+Blue) = 184+40+179=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B828B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828B3 is #47D74C. Grayscale: #626262. Windows color (decimal): -4708173 or 11741368. OLE color: 11741368.

HSL color Cylindrical-coordinate representation of color #B828B3: hue angle of 302.08º 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 #B828B3 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18440179-
CMYK00.780.030.28
HSL302.08º64.29%43.92%-
HSV(B)302.08º78.26%72.16%-
XYZ28.6614.9644.03-
YUV98.9173.21188.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 40 (16.02% from 255) = 9.93%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=45.66%
G=9.93%
B=44.42%

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
Decimal1844017900.780.030.28302.0864.2943.92
HexB828B304E31C12e402c
Octal27050263011633445610054
Binary10111000101000101100110100111011111001001011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B828B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B828B3; }

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

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

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

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

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

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

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

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