Html Css Color HEX #B559BD Fuchsia

📋 copy color: '#B559BD'

red 181 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #B559BD

Tints of Fuchsia #B559BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 39.43%
G = 19.39%
B = 41.18%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B559BD (or 0xB559BD) is known color: Fuchsia. HEX triplet: B5, 59 and BD. RGB value is (181,89,189). Sum of RGB (Red+Green+Blue) = 181+89+189=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B559BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559BD is #4AA642. Grayscale: #7F7F7F. Windows color (decimal): -4892227 or 12409269. OLE color: 12409269.

HSL color Cylindrical-coordinate representation of color #B559BD: hue angle of 295.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B559BD is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 89 189 -
CMYK 0.04 0.53 0 0.26
HSL 295.2º 0.43% 0.55% -
HSV(B) 295.2º 0.53% 0.74% -
XYZ 31.81 20.64 50.45 -
YUV 127.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 181 89 189 0.04 0.53 0 0.26 295.2 0.43 0.55
Hex B5 59 BD 4 35 0 1A 127 2B 37
Octal 265 131 275 4 65 0 32 447 53 67
Binary 10110101 1011001 10111101 100 110101 0 11010 100100111 101011 110111

Color Harmonies of #B559BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559BD

Black with #B559BD

Text Example


Text Example

White with #B559BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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