#B536BE

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

Shades of Fuchsia #B536BE

Tints of Fuchsia #B536BE

Color information

#B536BE (or 0xB536BE) is unknown color: approx Fuchsia. HEX triplet: B5, 36 and BE. RGB value is (181,54,190). Sum of RGB (Red+Green+Blue) = 181+54+190=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #B536BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536BE is #4AC941. Grayscale: #6B6B6B. Windows color (decimal): -4901186 or 12465845. OLE color: 12465845.

HSL color Cylindrical-coordinate representation of color #B536BE: hue angle of 296.03º 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 #B536BE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18154190-
CMYK0.050.7200.25
HSL296.03º55.74%47.84%-
HSV(B)296.03º71.58%74.51%-
XYZ29.6716.1850.27-
YUV107.48174.58180.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 54 (21.48% from 255) = 12.71%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=42.59%
G=12.71%
B=44.71%

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
Decimal181541900.050.7200.25296.0355.7447.84
HexB536BE5480191283830
Octal2656627651100314507060
Binary10110101110110101111101011001000011001100101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536BE; }

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

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

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

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

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

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

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

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