#B92ABE

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

Shades of Fuchsia #B92ABE

Tints of Fuchsia #B92ABE

Color information

#B92ABE (or 0xB92ABE) is unknown color: approx Fuchsia. HEX triplet: B9, 2A and BE. RGB value is (185,42,190). Sum of RGB (Red+Green+Blue) = 185+42+190=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #B92ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ABE is #46D541. Grayscale: #656565. Windows color (decimal): -4642114 or 12462777. OLE color: 12462777.

HSL color Cylindrical-coordinate representation of color #B92ABE: hue angle of 297.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92ABE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18542190-
CMYK0.030.7800.25
HSL297.97º63.79%45.49%-
HSV(B)297.97º77.89%74.51%-
XYZ30.1315.6950.16-
YUV101.63177.88187.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 42 (16.80% from 255) = 10.07%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=44.36%
G=10.07%
B=45.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185421900.030.7800.25297.9763.7945.49
HexB92ABE34E01912a402d
Octal27152276311603145210055
Binary10111001101010101111101110011100110011001010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92ABE; }

 p { color: rgb(185,42,190); }

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

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

 a { background-color: rgb(185,42,190); }

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

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

 span { border-color: rgb(185,42,190); }

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