#B831BD

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

Shades of Fuchsia #B831BD

Tints of Fuchsia #B831BD

Color information

#B831BD (or 0xB831BD) is unknown color: approx Fuchsia. HEX triplet: B8, 31 and BD. RGB value is (184,49,189). Sum of RGB (Red+Green+Blue) = 184+49+189=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #B831BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831BD is #47CE42. Grayscale: #686868. Windows color (decimal): -4705859 or 12399032. OLE color: 12399032.

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

Color convert

RGB18449189-
CMYK0.030.7400.26
HSL297.86º58.82%46.67%-
HSV(B)297.86º74.07%74.12%-
XYZ30.0516.0649.66-
YUV105.32175.23184.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=43.60%
G=11.61%
B=44.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184491890.030.7400.26297.8658.8246.67
HexB831BD34A01A12a3b2f
Octal2706127531120324527357
Binary1011100011000110111101111001010011010100101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B831BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B831BD; }

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

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

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

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

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

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

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

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