#B953BE

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

Shades of Fuchsia #B953BE

Tints of Fuchsia #B953BE

Color information

#B953BE (or 0xB953BE) is unknown color: approx Fuchsia. HEX triplet: B9, 53 and BE. RGB value is (185,83,190). Sum of RGB (Red+Green+Blue) = 185+83+190=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #B953BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953BE is #46AC41. Grayscale: #7D7D7D. Windows color (decimal): -4631618 or 12473273. OLE color: 12473273.

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

Color convert

RGB18583190-
CMYK0.030.5600.25
HSL297.2º45.15%53.53%-
HSV(B)297.2º56.32%74.51%-
XYZ32.420.2250.91-
YUV125.7164.29170.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 83 (32.81% from 255) = 18.12%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=40.39%
G=18.12%
B=41.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185831900.030.5600.25297.245.1553.53
HexB953BE3380191292d36
Octal2711232763700314515566
Binary1011100110100111011111011111000011001100101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B953BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B953BE; }

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

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

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

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

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

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

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

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