#B453BD

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

Shades of Fuchsia #B453BD

Tints of Fuchsia #B453BD

Color information

#B453BD (or 0xB453BD) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and BD. RGB value is (180,83,189). Sum of RGB (Red+Green+Blue) = 180+83+189=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B453BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453BD is #4BAC42. Grayscale: #7B7B7B. Windows color (decimal): -4959299 or 12407732. OLE color: 12407732.

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

Color convert

RGB18083189-
CMYK0.050.5600.26
HSL294.91º44.54%53.33%-
HSV(B)294.91º56.08%74.12%-
XYZ31.119.5650.28-
YUV124.09164.64167.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 83 (32.81% from 255) = 18.36%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=39.82%
G=18.36%
B=41.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180831890.050.5600.26294.9144.5453.33
HexB453BD53801A1272d35
Octal2641232755700324475565
Binary10110100101001110111101101111000011010100100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453BD; }

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

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

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

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

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

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

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

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