#B95FBB

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

Shades of Fuchsia #B95FBB

Tints of Fuchsia #B95FBB

Color information

#B95FBB (or 0xB95FBB) is unknown color: approx Fuchsia. HEX triplet: B9, 5F and BB. RGB value is (185,95,187). Sum of RGB (Red+Green+Blue) = 185+95+187=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B95FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FBB is #46A044. Grayscale: #848484. Windows color (decimal): -4628549 or 12279737. OLE color: 12279737.

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

Color convert

RGB18595187-
CMYK0.010.4900.27
HSL298.7º40.35%55.29%-
HSV(B)298.7º49.2%73.33%-
XYZ33.0722.0949.53-
YUV132.4158.82165.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=39.61%
G=20.34%
B=40.04%

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
Decimal185951870.010.4900.27298.740.3555.29
HexB95FBB13101B12b2837
Octal2711372731610334535067
Binary101110011011111101110111110001011011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FBB; }

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

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

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

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

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

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

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

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