#B95BB0

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

Shades of Fuchsia #B95BB0

Tints of Fuchsia #B95BB0

Color information

#B95BB0 (or 0xB95BB0) is unknown color: approx Fuchsia. HEX triplet: B9, 5B and B0. RGB value is (185,91,176). Sum of RGB (Red+Green+Blue) = 185+91+176=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BB0 is #46A44F. Grayscale: #808080. Windows color (decimal): -4629584 or 11557817. OLE color: 11557817.

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

Color convert

RGB18591176-
CMYK00.510.050.27
HSL305.74º40.17%54.12%-
HSV(B)305.74º50.81%72.55%-
XYZ31.5920.9343.45-
YUV128.8154.64168.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=40.93%
G=20.13%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859117600.510.050.27305.7440.1754.12
HexB95BB003351B1322836
Octal2711332600635334625066
Binary10111001101101110110000011001110111011100110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BB0; }

 p { color: rgb(185,91,176); }

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

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

 a { background-color: rgb(185,91,176); }

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

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

 span { border-color: rgb(185,91,176); }

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