#B838AD

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

Shades of Fuchsia #B838AD

Tints of Fuchsia #B838AD

Color information

#B838AD (or 0xB838AD) is unknown color: approx Fuchsia. HEX triplet: B8, 38 and AD. RGB value is (184,56,173). Sum of RGB (Red+Green+Blue) = 184+56+173=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B838AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838AD is #47C752. Grayscale: #6B6B6B. Windows color (decimal): -4704083 or 11352248. OLE color: 11352248.

HSL color Cylindrical-coordinate representation of color #B838AD: hue angle of 305.16º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838AD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18456173-
CMYK00.700.060.28
HSL305.16º53.33%47.06%-
HSV(B)305.16º69.57%72.16%-
XYZ28.7216.0441.12-
YUV107.61164.91182.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 56 (22.27% from 255) = 13.56%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=44.55%
G=13.56%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845617300.700.060.28305.1653.3347.06
HexB838AD04661C131352f
Octal2707025501066344616557
Binary10111000111000101011010100011011011100100110001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B838AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B838AD; }

 p { color: rgb(184,56,173); }

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

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

 a { background-color: rgb(184,56,173); }

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

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

 span { border-color: rgb(184,56,173); }

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