Html Css Color HEX #B459AF Fuchsia

📋 copy color: '#B459AF'

red 180 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #B459AF

Tints of Fuchsia #B459AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.05%

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 40.54%
G = 20.05%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B459AF (or 0xB459AF) is known color: Fuchsia. HEX triplet: B4, 59 and AF. RGB value is (180,89,175). Sum of RGB (Red+Green+Blue) = 180+89+175=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B459AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459AF is #4BA650. Grayscale: #7D7D7D. Windows color (decimal): -4957777 or 11491764. OLE color: 11491764.

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

Color convert

RGB 180 89 175 -
CMYK 0 0.51 0.03 0.29
HSL 303.3º 0.38% 0.53% -
HSV(B) 303.3º 0.51% 0.71% -
XYZ 30.13 19.94 42.82 -
YUV 126.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 180 89 175 0 0.51 0.03 0.29 303.3 0.38 0.53
Hex B4 59 AF 0 33 3 1D 12F 26 35
Octal 264 131 257 0 63 3 35 457 46 65
Binary 10110100 1011001 10101111 0 110011 11 11101 100101111 100110 110101

Color Harmonies of #B459AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459AF

Black with #B459AF

Text Example


Text Example

White with #B459AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459AF; }

 p { color: rgb(180,89,175); }

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

background-color css

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

 a { background-color: rgb(180,89,175); }

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

border-color css

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

 span { border-color: rgb(180,89,175); }

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