Html Css Color HEX #B456AD Fuchsia

📋 copy color: '#B456AD'

red 180 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #B456AD

Tints of Fuchsia #B456AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.59%

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

R = 41%
G = 19.59%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B456AD (or 0xB456AD) is known color: Fuchsia. HEX triplet: B4, 56 and AD. RGB value is (180,86,173). Sum of RGB (Red+Green+Blue) = 180+86+173=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B456AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456AD is #4BA952. Grayscale: #7B7B7B. Windows color (decimal): -4958547 or 11359924. OLE color: 11359924.

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

Color convert

RGB 180 86 173 -
CMYK 0 0.52 0.04 0.29
HSL 304.47º 0.39% 0.52% -
HSV(B) 304.47º 0.52% 0.71% -
XYZ 29.69 19.38 41.71 -
YUV 124.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 180 86 173 0 0.52 0.04 0.29 304.47 0.39 0.52
Hex B4 56 AD 0 34 4 1D 130 27 34
Octal 264 126 255 0 64 4 35 460 47 64
Binary 10110100 1010110 10101101 0 110100 100 11101 100110000 100111 110100

Color Harmonies of #B456AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456AD

Black with #B456AD

Text Example


Text Example

White with #B456AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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