#B95DBE

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

Shades of Fuchsia #B95DBE

Tints of Fuchsia #B95DBE

Color information

#B95DBE (or 0xB95DBE) is unknown color: approx Fuchsia. HEX triplet: B9, 5D and BE. RGB value is (185,93,190). Sum of RGB (Red+Green+Blue) = 185+93+190=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B95DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DBE is #46A241. Grayscale: #838383. Windows color (decimal): -4629058 or 12475833. OLE color: 12475833.

HSL color Cylindrical-coordinate representation of color #B95DBE: hue angle of 296.91º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95DBE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18593190-
CMYK0.030.5100.25
HSL296.91º42.73%55.49%-
HSV(B)296.91º51.05%74.51%-
XYZ33.2221.8651.18-
YUV131.57160.98166.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=39.53%
G=19.87%
B=40.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185931900.030.5100.25296.9142.7355.49
HexB95DBE3330191292b37
Octal2711352763630314515367
Binary1011100110111011011111011110011011001100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DBE; }

 p { color: rgb(185,93,190); }

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

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

 a { background-color: rgb(185,93,190); }

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

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

 span { border-color: rgb(185,93,190); }

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