#B83DAE

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

Shades of Fuchsia #B83DAE

Tints of Fuchsia #B83DAE

Color information

#B83DAE (or 0xB83DAE) is unknown color: approx Fuchsia. HEX triplet: B8, 3D and AE. RGB value is (184,61,174). Sum of RGB (Red+Green+Blue) = 184+61+174=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B83DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83DAE is #47C251. Grayscale: #6E6E6E. Windows color (decimal): -4702802 or 11419064. OLE color: 11419064.

HSL color Cylindrical-coordinate representation of color #B83DAE: hue angle of 304.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83DAE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18461174-
CMYK00.670.050.28
HSL304.88º50.2%48.04%-
HSV(B)304.88º66.85%72.16%-
XYZ29.0816.5841.71-
YUV110.66163.75180.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 61 (24.22% from 255) = 14.56%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=43.91%
G=14.56%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846117400.670.050.28304.8850.248.04
HexB83DAE04351C1313230
Octal2707525601035344616260
Binary10111000111101101011100100001110111100100110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83DAE; }

 p { color: rgb(184,61,174); }

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

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

 a { background-color: rgb(184,61,174); }

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

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

 span { border-color: rgb(184,61,174); }

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