#B92DB5

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

Shades of Fuchsia #B92DB5

Tints of Fuchsia #B92DB5

Color information

#B92DB5 (or 0xB92DB5) is unknown color: approx Fuchsia. HEX triplet: B9, 2D and B5. RGB value is (185,45,181). Sum of RGB (Red+Green+Blue) = 185+45+181=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B92DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DB5 is #46D24A. Grayscale: #656565. Windows color (decimal): -4641355 or 11873721. OLE color: 11873721.

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

Color convert

RGB18545181-
CMYK00.760.020.27
HSL301.71º60.87%45.1%-
HSV(B)301.71º75.68%72.55%-
XYZ29.2915.5345.17-
YUV102.36172.38186.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 45 (17.97% from 255) = 10.95%
BLUE value IS 181 (71.09% from 255) = 44.04%
R=45.01%
G=10.95%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854518100.760.020.27301.7160.8745.1
HexB92DB504C21B12e3d2d
Octal2715526501142334567555
Binary1011100110110110110101010011001011011100101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92DB5; }

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

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

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

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

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

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

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

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