#B829B3

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

Shades of Fuchsia #B829B3

Tints of Fuchsia #B829B3

Color information

#B829B3 (or 0xB829B3) is unknown color: approx Fuchsia. HEX triplet: B8, 29 and B3. RGB value is (184,41,179). Sum of RGB (Red+Green+Blue) = 184+41+179=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B829B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829B3 is #47D64C. Grayscale: #636363. Windows color (decimal): -4707917 or 11741624. OLE color: 11741624.

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

Color convert

RGB18441179-
CMYK00.780.030.28
HSL302.1º63.56%44.12%-
HSV(B)302.1º77.72%72.16%-
XYZ28.715.0344.04-
YUV99.49172.88188.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 179 (70.31% from 255) = 44.31%
R=45.54%
G=10.15%
B=44.31%

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
Decimal1844117900.780.030.28302.163.5644.12
HexB829B304E31C12e402c
Octal27051263011633445610054
Binary10111000101001101100110100111011111001001011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B829B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B829B3; }

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

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

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

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

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

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

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

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