Html Css Color HEX #B456BE Fuchsia

📋 copy color: '#B456BE'

red 180 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #B456BE

Tints of Fuchsia #B456BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 39.47%
G = 18.86%
B = 41.67%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B456BE (or 0xB456BE) is known color: Fuchsia. HEX triplet: B4, 56 and BE. RGB value is (180,86,190). Sum of RGB (Red+Green+Blue) = 180+86+190=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #B456BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456BE is #4BA941. Grayscale: #7D7D7D. Windows color (decimal): -4958530 or 12474036. OLE color: 12474036.

HSL color Cylindrical-coordinate representation of color #B456BE: hue angle of 294.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B456BE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 86 190 -
CMYK 0.05 0.55 0 0.25
HSL 294.23º 0.44% 0.54% -
HSV(B) 294.23º 0.55% 0.75% -
XYZ 31.44 20.08 50.93 -
YUV 125.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 180 86 190 0.05 0.55 0 0.25 294.23 0.44 0.54
Hex B4 56 BE 5 37 0 19 126 2C 36
Octal 264 126 276 5 67 0 31 446 54 66
Binary 10110100 1010110 10111110 101 110111 0 11001 100100110 101100 110110

Color Harmonies of #B456BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456BE

Black with #B456BE

Text Example


Text Example

White with #B456BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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