#B931BD

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

Shades of Fuchsia #B931BD

Tints of Fuchsia #B931BD

Color information

#B931BD (or 0xB931BD) is unknown color: approx Fuchsia. HEX triplet: B9, 31 and BD. RGB value is (185,49,189). Sum of RGB (Red+Green+Blue) = 185+49+189=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #B931BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931BD is #46CE42. Grayscale: #696969. Windows color (decimal): -4640323 or 12399033. OLE color: 12399033.

HSL color Cylindrical-coordinate representation of color #B931BD: hue angle of 298.29º 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 #B931BD is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18549189-
CMYK0.020.7400.26
HSL298.29º58.82%46.67%-
HSV(B)298.29º74.07%74.12%-
XYZ30.2916.1949.67-
YUV105.62175.06184.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=43.74%
G=11.58%
B=44.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185491890.020.7400.26298.2958.8246.67
HexB931BD24A01A12a3b2f
Octal2716127521120324527357
Binary1011100111000110111101101001010011010100101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B931BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B931BD; }

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

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

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

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

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

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

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

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