Html Css Color HEX #B456AF Fuchsia

📋 copy color: '#B456AF'

red 180 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #B456AF

Tints of Fuchsia #B456AF

RGB

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

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

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

R = 40.82%
G = 19.5%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B456AF (or 0xB456AF) is known color: Fuchsia. HEX triplet: B4, 56 and AF. RGB value is (180,86,175). Sum of RGB (Red+Green+Blue) = 180+86+175=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B456AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456AF is #4BA950. Grayscale: #7B7B7B. Windows color (decimal): -4958545 or 11490996. OLE color: 11490996.

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

Color convert

RGB 180 86 175 -
CMYK 0 0.52 0.03 0.29
HSL 303.19º 0.39% 0.52% -
HSV(B) 303.19º 0.52% 0.71% -
XYZ 29.89 19.45 42.74 -
YUV 124.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 180 86 175 0 0.52 0.03 0.29 303.19 0.39 0.52
Hex B4 56 AF 0 34 3 1D 12F 27 34
Octal 264 126 257 0 64 3 35 457 47 64
Binary 10110100 1010110 10101111 0 110100 11 11101 100101111 100111 110100

Color Harmonies of #B456AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456AF

Black with #B456AF

Text Example


Text Example

White with #B456AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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