Html Css Color HEX #B456B2 Fuchsia

📋 copy color: '#B456B2'

red 180 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #B456B2

Tints of Fuchsia #B456B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 40.54%
G = 19.37%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B456B2 (or 0xB456B2) is known color: Fuchsia. HEX triplet: B4, 56 and B2. RGB value is (180,86,178). Sum of RGB (Red+Green+Blue) = 180+86+178=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B456B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456B2 is #4BA94D. Grayscale: #7C7C7C. Windows color (decimal): -4958542 or 11687604. OLE color: 11687604.

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

Color convert

RGB 180 86 178 -
CMYK 0 0.52 0.01 0.29
HSL 301.28º 0.39% 0.52% -
HSV(B) 301.28º 0.52% 0.71% -
XYZ 30.19 19.57 44.31 -
YUV 124.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 180 86 178 0 0.52 0.01 0.29 301.28 0.39 0.52
Hex B4 56 B2 0 34 1 1D 12D 27 34
Octal 264 126 262 0 64 1 35 455 47 64
Binary 10110100 1010110 10110010 0 110100 1 11101 100101101 100111 110100

Color Harmonies of #B456B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456B2

Black with #B456B2

Text Example


Text Example

White with #B456B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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