#B92EBA

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

Shades of Fuchsia #B92EBA

Tints of Fuchsia #B92EBA

Color information

#B92EBA (or 0xB92EBA) is unknown color: approx Fuchsia. HEX triplet: B9, 2E and BA. RGB value is (185,46,186). Sum of RGB (Red+Green+Blue) = 185+46+186=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B92EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92EBA is #46D145. Grayscale: #676767. Windows color (decimal): -4641094 or 12201657. OLE color: 12201657.

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

Color convert

RGB18546186-
CMYK0.010.7500.27
HSL299.57º60.34%45.49%-
HSV(B)299.57º75.27%72.94%-
XYZ29.8515.8147.93-
YUV103.52174.55186.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=44.36%
G=11.03%
B=44.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185461860.010.7500.27299.5760.3445.49
HexB92EBA14B01B12c3c2d
Octal2715627211130334547455
Binary101110011011101011101011001011011011100101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92EBA; }

 p { color: rgb(185,46,186); }

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

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

 a { background-color: rgb(185,46,186); }

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

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

 span { border-color: rgb(185,46,186); }

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