#B436BE

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

Shades of Fuchsia #B436BE

Tints of Fuchsia #B436BE

Color information

#B436BE (or 0xB436BE) is unknown color: approx Fuchsia. HEX triplet: B4, 36 and BE. RGB value is (180,54,190). Sum of RGB (Red+Green+Blue) = 180+54+190=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #B436BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436BE is #4BC941. Grayscale: #6A6A6A. Windows color (decimal): -4966722 or 12465844. OLE color: 12465844.

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

Color convert

RGB18054190-
CMYK0.050.7200.25
HSL295.59º55.74%47.84%-
HSV(B)295.59º71.58%74.51%-
XYZ29.4416.0650.26-
YUV107.18174.74179.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 54 (21.48% from 255) = 12.74%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=42.45%
G=12.74%
B=44.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180541900.050.7200.25295.5955.7447.84
HexB436BE5480191283830
Octal2646627651100314507060
Binary10110100110110101111101011001000011001100101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436BE; }

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

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

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

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

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

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

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

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