#B92DB2

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

Shades of Fuchsia #B92DB2

Tints of Fuchsia #B92DB2

Color information

#B92DB2 (or 0xB92DB2) is unknown color: approx Fuchsia. HEX triplet: B9, 2D and B2. RGB value is (185,45,178). Sum of RGB (Red+Green+Blue) = 185+45+178=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B92DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92DB2 is #46D24D. Grayscale: #656565. Windows color (decimal): -4641358 or 11677113. OLE color: 11677113.

HSL color Cylindrical-coordinate representation of color #B92DB2: hue angle of 303º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92DB2 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18545178-
CMYK00.760.040.27
HSL303º60.87%45.1%-
HSV(B)303º75.68%72.55%-
XYZ28.9815.4143.57-
YUV102.02170.88187.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 45 (17.97% from 255) = 11.03%
BLUE value IS 178 (69.92% from 255) = 43.63%
R=45.34%
G=11.03%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854517800.760.040.2730360.8745.1
HexB92DB204C41B12f3d2d
Octal2715526201144334577555
Binary10111001101101101100100100110010011011100101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92DB2; }

 p { color: rgb(185,45,178); }

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

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

 a { background-color: rgb(185,45,178); }

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

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

 span { border-color: rgb(185,45,178); }

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