Html Css Color HEX #B455AD Fuchsia

📋 copy color: '#B455AD'

red 180 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #B455AD

Tints of Fuchsia #B455AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 41.1%
G = 19.41%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B455AD (or 0xB455AD) is known color: Fuchsia. HEX triplet: B4, 55 and AD. RGB value is (180,85,173). Sum of RGB (Red+Green+Blue) = 180+85+173=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B455AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455AD is #4BAA52. Grayscale: #7B7B7B. Windows color (decimal): -4958803 or 11359668. OLE color: 11359668.

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

Color convert

RGB 180 85 173 -
CMYK 0 0.53 0.04 0.29
HSL 304.42º 0.39% 0.52% -
HSV(B) 304.42º 0.53% 0.71% -
XYZ 29.61 19.22 41.68 -
YUV 123.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 180 85 173 0 0.53 0.04 0.29 304.42 0.39 0.52
Hex B4 55 AD 0 35 4 1D 130 27 34
Octal 264 125 255 0 65 4 35 460 47 64
Binary 10110100 1010101 10101101 0 110101 100 11101 100110000 100111 110100

Color Harmonies of #B455AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455AD

Black with #B455AD

Text Example


Text Example

White with #B455AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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