Html Css Color HEX #B453AB Fuchsia

📋 copy color: '#B453AB'

red 180 ◦ green 83 ◦ blue 171

#B453AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B453AB

Tints of Fuchsia #B453AB

RGB

 RED value IS 180 (70.7% from 255) = 41.47%

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 41.47%
G = 19.12%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B453AB (or 0xB453AB) is known color: Fuchsia. HEX triplet: B4, 53 and AB. RGB value is (180,83,171). Sum of RGB (Red+Green+Blue) = 180+83+171=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B453AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453AB is #4BAC54. Grayscale: #797979. Windows color (decimal): -4959317 or 11228084. OLE color: 11228084.

HSL color Cylindrical-coordinate representation of color #B453AB: hue angle of 305.57º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B453AB is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 171 -
CMYK 0 0.54 0.05 0.29
HSL 305.57º 0.39% 0.52% -
HSV(B) 305.57º 0.54% 0.71% -
XYZ 29.27 18.83 40.62 -
YUV 122.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 180 83 171 0 0.54 0.05 0.29 305.57 0.39 0.52
Hex B4 53 AB 0 36 5 1D 132 27 34
Octal 264 123 253 0 66 5 35 462 47 64
Binary 10110100 1010011 10101011 0 110110 101 11101 100110010 100111 110100

Color Harmonies of #B453AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453AB

Black with #B453AB

Text Example


Text Example

White with #B453AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453AB; }

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

 H1.HeaderClassName
 {
   color: #B453AB;
 }
 .AnyTagClassName
 {
   color: #B453AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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