#B936BA

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

Shades of Fuchsia #B936BA

Tints of Fuchsia #B936BA

Color information

#B936BA (or 0xB936BA) is unknown color: approx Fuchsia. HEX triplet: B9, 36 and BA. RGB value is (185,54,186). Sum of RGB (Red+Green+Blue) = 185+54+186=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #B936BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936BA is #46C945. Grayscale: #6B6B6B. Windows color (decimal): -4639046 or 12203705. OLE color: 12203705.

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

Color convert

RGB18554186-
CMYK0.010.7100.27
HSL299.55º55%47.06%-
HSV(B)299.55º70.97%72.94%-
XYZ30.1916.548.05-
YUV108.22171.9182.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 54 (21.48% from 255) = 12.71%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=43.53%
G=12.71%
B=43.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185541860.010.7100.27299.555547.06
HexB936BA14701B12c372f
Octal2716627211070334546757
Binary101110011101101011101011000111011011100101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B936BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B936BA; }

 p { color: rgb(185,54,186); }

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

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

 a { background-color: rgb(185,54,186); }

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

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

 span { border-color: rgb(185,54,186); }

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