#B537BB

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

Shades of Fuchsia #B537BB

Tints of Fuchsia #B537BB

Color information

#B537BB (or 0xB537BB) is unknown color: approx Fuchsia. HEX triplet: B5, 37 and BB. RGB value is (181,55,187). Sum of RGB (Red+Green+Blue) = 181+55+187=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #B537BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537BB is #4AC844. Grayscale: #6B6B6B. Windows color (decimal): -4900933 or 12269493. OLE color: 12269493.

HSL color Cylindrical-coordinate representation of color #B537BB: hue angle of 297.27º 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 #B537BB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18155187-
CMYK0.030.7100.27
HSL297.27º54.55%47.45%-
HSV(B)297.27º70.59%73.33%-
XYZ29.3916.1448.58-
YUV107.72172.74180.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 55 (21.88% from 255) = 13.00%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=42.79%
G=13.00%
B=44.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181551870.030.7100.27297.2754.5547.45
HexB537BB34701B129372f
Octal2656727331070334516757
Binary1011010111011110111011111000111011011100101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537BB; }

 p { color: rgb(181,55,187); }

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

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

 a { background-color: rgb(181,55,187); }

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

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

 span { border-color: rgb(181,55,187); }

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