Html Css Color HEX #B559B0 Fuchsia

📋 copy color: '#B559B0'

red 181 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #B559B0

Tints of Fuchsia #B559B0

RGB

 RED value IS 181 (71.09% from 255) = 40.58%

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 40.58%
G = 19.96%
B = 39.46%

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

#B559B0 (or 0xB559B0) is known color: Fuchsia. HEX triplet: B5, 59 and B0. RGB value is (181,89,176). Sum of RGB (Red+Green+Blue) = 181+89+176=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B559B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559B0 is #4AA64F. Grayscale: #7E7E7E. Windows color (decimal): -4892240 or 11557301. OLE color: 11557301.

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

Color convert

RGB 181 89 176 -
CMYK 0 0.51 0.03 0.29
HSL 303.26º 0.38% 0.53% -
HSV(B) 303.26º 0.51% 0.71% -
XYZ 30.46 20.1 43.35 -
YUV 126.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 181 89 176 0 0.51 0.03 0.29 303.26 0.38 0.53
Hex B5 59 B0 0 33 3 1D 12F 26 35
Octal 265 131 260 0 63 3 35 457 46 65
Binary 10110101 1011001 10110000 0 110011 11 11101 100101111 100110 110101

Color Harmonies of #B559B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559B0

Black with #B559B0

Text Example


Text Example

White with #B559B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559B0; }

 p { color: rgb(181,89,176); }

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

background-color css

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

 a { background-color: rgb(181,89,176); }

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

border-color css

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

 span { border-color: rgb(181,89,176); }

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