Html Css Color HEX #B456C0 Fuchsia

📋 copy color: '#B456C0'

red 180 ◦ green 86 ◦ blue 192

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

Shades of Fuchsia #B456C0

Tints of Fuchsia #B456C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 39.3%
G = 18.78%
B = 41.92%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B456C0 (or 0xB456C0) is known color: Fuchsia. HEX triplet: B4, 56 and C0. RGB value is (180,86,192). Sum of RGB (Red+Green+Blue) = 180+86+192=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #B456C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456C0 is #4BA93F. Grayscale: #7D7D7D. Windows color (decimal): -4958528 or 12605108. OLE color: 12605108.

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

Color convert

RGB 180 86 192 -
CMYK 0.06 0.55 0 0.25
HSL 293.21º 0.46% 0.55% -
HSV(B) 293.21º 0.55% 0.75% -
XYZ 31.66 20.16 52.09 -
YUV 126.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 180 86 192 0.06 0.55 0 0.25 293.21 0.46 0.55
Hex B4 56 C0 6 37 0 19 125 2E 37
Octal 264 126 300 6 67 0 31 445 56 67
Binary 10110100 1010110 11000000 110 110111 0 11001 100100101 101110 110111

Color Harmonies of #B456C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456C0

Black with #B456C0

Text Example


Text Example

White with #B456C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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