Html Css Color HEX #B453AD Fuchsia

📋 copy color: '#B453AD'

red 180 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #B453AD

Tints of Fuchsia #B453AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 41.28%
G = 19.04%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B453AD (or 0xB453AD) is known color: Fuchsia. HEX triplet: B4, 53 and AD. RGB value is (180,83,173). Sum of RGB (Red+Green+Blue) = 180+83+173=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B453AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453AD is #4BAC52. Grayscale: #7A7A7A. Windows color (decimal): -4959315 or 11359156. OLE color: 11359156.

HSL color Cylindrical-coordinate representation of color #B453AD: hue angle of 304.33º 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 #B453AD is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 173 -
CMYK 0 0.54 0.04 0.29
HSL 304.33º 0.39% 0.52% -
HSV(B) 304.33º 0.54% 0.71% -
XYZ 29.46 18.91 41.63 -
YUV 122.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 180 83 173 0 0.54 0.04 0.29 304.33 0.39 0.52
Hex B4 53 AD 0 36 4 1D 130 27 34
Octal 264 123 255 0 66 4 35 460 47 64
Binary 10110100 1010011 10101101 0 110110 100 11101 100110000 100111 110100

Color Harmonies of #B453AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453AD

Black with #B453AD

Text Example


Text Example

White with #B453AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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