#B95FBA

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

Shades of Fuchsia #B95FBA

Tints of Fuchsia #B95FBA

Color information

#B95FBA (or 0xB95FBA) is unknown color: approx Fuchsia. HEX triplet: B9, 5F and BA. RGB value is (185,95,186). Sum of RGB (Red+Green+Blue) = 185+95+186=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B95FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FBA is #46A045. Grayscale: #848484. Windows color (decimal): -4628550 or 12214201. OLE color: 12214201.

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

Color convert

RGB18595186-
CMYK0.010.4900.27
HSL299.34º39.74%55.1%-
HSV(B)299.34º48.92%72.94%-
XYZ32.9622.0448.97-
YUV132.28158.32165.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=39.70%
G=20.39%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185951860.010.4900.27299.3439.7455.1
HexB95FBA13101B12b2837
Octal2711372721610334535067
Binary101110011011111101110101110001011011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FBA; }

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

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

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

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

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

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

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

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