#B95EBB

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

Shades of Fuchsia #B95EBB

Tints of Fuchsia #B95EBB

Color information

#B95EBB (or 0xB95EBB) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and BB. RGB value is (185,94,187). Sum of RGB (Red+Green+Blue) = 185+94+187=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #B95EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EBB is #46A144. Grayscale: #838383. Windows color (decimal): -4628805 or 12279481. OLE color: 12279481.

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

Color convert

RGB18594187-
CMYK0.010.5000.27
HSL298.71º40.61%55.1%-
HSV(B)298.71º49.73%73.33%-
XYZ32.9821.9149.5-
YUV131.81159.15165.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=39.70%
G=20.17%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185941870.010.5000.27298.7140.6155.1
HexB95EBB13201B12b2937
Octal2711362731620334535167
Binary101110011011110101110111110010011011100101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EBB; }

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

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

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

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

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

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

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

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