#B839BD

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

Shades of Fuchsia #B839BD

Tints of Fuchsia #B839BD

Color information

#B839BD (or 0xB839BD) is unknown color: approx Fuchsia. HEX triplet: B8, 39 and BD. RGB value is (184,57,189). Sum of RGB (Red+Green+Blue) = 184+57+189=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #B839BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B839BD is #47C642. Grayscale: #6D6D6D. Windows color (decimal): -4703811 or 12401080. OLE color: 12401080.

HSL color Cylindrical-coordinate representation of color #B839BD: hue angle of 297.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B839BD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18457189-
CMYK0.030.7000.26
HSL297.73º53.66%48.24%-
HSV(B)297.73º69.84%74.12%-
XYZ30.4216.7949.78-
YUV110.02172.58180.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=42.79%
G=13.26%
B=43.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184571890.030.7000.26297.7353.6648.24
HexB839BD34601A12a3630
Octal2707127531060324526660
Binary1011100011100110111101111000110011010100101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B839BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B839BD; }

 p { color: rgb(184,57,189); }

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

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

 a { background-color: rgb(184,57,189); }

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

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

 span { border-color: rgb(184,57,189); }

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