#B53CBB

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

Shades of Fuchsia #B53CBB

Tints of Fuchsia #B53CBB

Color information

#B53CBB (or 0xB53CBB) is unknown color: approx Fuchsia. HEX triplet: B5, 3C and BB. RGB value is (181,60,187). Sum of RGB (Red+Green+Blue) = 181+60+187=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #B53CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CBB is #4AC344. Grayscale: #6E6E6E. Windows color (decimal): -4899653 or 12270773. OLE color: 12270773.

HSL color Cylindrical-coordinate representation of color #B53CBB: hue angle of 297.17º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53CBB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18160187-
CMYK0.030.6800.27
HSL297.17º51.42%48.43%-
HSV(B)297.17º67.91%73.33%-
XYZ29.6416.6448.66-
YUV110.66171.09178.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=42.29%
G=14.02%
B=43.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181601870.030.6800.27297.1751.4248.43
HexB53CBB34401B1293330
Octal2657427331040334516360
Binary1011010111110010111011111000100011011100101001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CBB; }

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

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

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

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

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

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

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

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