#B436BC

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

Shades of Fuchsia #B436BC

Tints of Fuchsia #B436BC

Color information

#B436BC (or 0xB436BC) is unknown color: approx Fuchsia. HEX triplet: B4, 36 and BC. RGB value is (180,54,188). Sum of RGB (Red+Green+Blue) = 180+54+188=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #B436BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436BC is #4BC943. Grayscale: #6A6A6A. Windows color (decimal): -4966724 or 12334772. OLE color: 12334772.

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

Color convert

RGB18054188-
CMYK0.040.7100.26
HSL296.42º55.37%47.45%-
HSV(B)296.42º71.28%73.73%-
XYZ29.2215.9749.12-
YUV106.95173.74180.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 54 (21.48% from 255) = 12.80%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=42.65%
G=12.80%
B=44.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180541880.040.7100.26296.4255.3747.45
HexB436BC44701A128372f
Octal2646627441070324506757
Binary10110100110110101111001001000111011010100101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436BC; }

 p { color: rgb(180,54,188); }

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

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

 a { background-color: rgb(180,54,188); }

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

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

 span { border-color: rgb(180,54,188); }

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