Html Css Color HEX #B558AC Fuchsia

📋 copy color: '#B558AC'

red 181 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #B558AC

Tints of Fuchsia #B558AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 41.04%
G = 19.95%
B = 39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B558AC (or 0xB558AC) is known color: Fuchsia. HEX triplet: B5, 58 and AC. RGB value is (181,88,172). Sum of RGB (Red+Green+Blue) = 181+88+172=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AC is #4AA753. Grayscale: #7D7D7D. Windows color (decimal): -4892500 or 11294901. OLE color: 11294901.

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

Color convert

RGB 181 88 172 -
CMYK 0 0.51 0.05 0.29
HSL 305.81º 0.39% 0.53% -
HSV(B) 305.81º 0.51% 0.71% -
XYZ 29.99 19.78 41.27 -
YUV 125.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 181 88 172 0 0.51 0.05 0.29 305.81 0.39 0.53
Hex B5 58 AC 0 33 5 1D 132 27 35
Octal 265 130 254 0 63 5 35 462 47 65
Binary 10110101 1011000 10101100 0 110011 101 11101 100110010 100111 110101

Color Harmonies of #B558AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558AC

Black with #B558AC

Text Example


Text Example

White with #B558AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558AC; }

 p { color: rgb(181,88,172); }

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

background-color css

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

 a { background-color: rgb(181,88,172); }

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

border-color css

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

 span { border-color: rgb(181,88,172); }

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