#B953C6

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

Shades of Fuchsia #B953C6

Tints of Fuchsia #B953C6

Color information

#B953C6 (or 0xB953C6) is unknown color: approx Fuchsia. HEX triplet: B9, 53 and C6. RGB value is (185,83,198). Sum of RGB (Red+Green+Blue) = 185+83+198=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #B953C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953C6 is #46AC39. Grayscale: #7E7E7E. Windows color (decimal): -4631610 or 12997561. OLE color: 12997561.

HSL color Cylindrical-coordinate representation of color #B953C6: hue angle of 293.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B953C6 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18583198-
CMYK0.070.5800.22
HSL293.22º50.22%55.1%-
HSV(B)293.22º58.08%77.65%-
XYZ33.2920.5855.64-
YUV126.61168.29169.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 83 (32.81% from 255) = 17.81%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=39.70%
G=17.81%
B=42.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185831980.070.5800.22293.2250.2255.1
HexB953C673A0161253237
Octal2711233067720264456267
Binary10111001101001111000110111111010010110100100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B953C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B953C6; }

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

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

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

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

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

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

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

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