#B253BD

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

Shades of Fuchsia #B253BD

Tints of Fuchsia #B253BD

Color information

#B253BD (or 0xB253BD) is unknown color: approx Fuchsia. HEX triplet: B2, 53 and BD. RGB value is (178,83,189). Sum of RGB (Red+Green+Blue) = 178+83+189=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B253BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253BD is #4DAC42. Grayscale: #7B7B7B. Windows color (decimal): -5090371 or 12407730. OLE color: 12407730.

HSL color Cylindrical-coordinate representation of color #B253BD: hue angle of 293.77º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B253BD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17883189-
CMYK0.060.5600.26
HSL293.77º44.54%53.33%-
HSV(B)293.77º56.08%74.12%-
XYZ30.6419.3350.26-
YUV123.49164.97166.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 83 (32.81% from 255) = 18.44%
BLUE value IS 189 (74.22% from 255) = 42%
R=39.56%
G=18.44%
B=42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178831890.060.5600.26293.7744.5453.33
HexB253BD63801A1262d35
Octal2621232756700324465565
Binary10110010101001110111101110111000011010100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B253BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B253BD; }

 p { color: rgb(178,83,189); }

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

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

 a { background-color: rgb(178,83,189); }

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

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

 span { border-color: rgb(178,83,189); }

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