#B95ABB

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

Shades of Fuchsia #B95ABB

Tints of Fuchsia #B95ABB

Color information

#B95ABB (or 0xB95ABB) is unknown color: approx Fuchsia. HEX triplet: B9, 5A and BB. RGB value is (185,90,187). Sum of RGB (Red+Green+Blue) = 185+90+187=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B95ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ABB is #46A544. Grayscale: #818181. Windows color (decimal): -4629829 or 12278457. OLE color: 12278457.

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

Color convert

RGB18590187-
CMYK0.010.5200.27
HSL298.76º41.63%54.31%-
HSV(B)298.76º51.87%73.33%-
XYZ32.6321.2149.39-
YUV129.46160.47167.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=40.04%
G=19.48%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185901870.010.5200.27298.7641.6354.31
HexB95ABB13401B12b2a36
Octal2711322731640334535266
Binary101110011011010101110111110100011011100101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95ABB; }

 p { color: rgb(185,90,187); }

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

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

 a { background-color: rgb(185,90,187); }

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

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

 span { border-color: rgb(185,90,187); }

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