Html Css Color HEX #B558C2 Fuchsia

📋 copy color: '#B558C2'

red 181 ◦ green 88 ◦ blue 194

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

Shades of Fuchsia #B558C2

Tints of Fuchsia #B558C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.9%

R = 39.09%
G = 19.01%
B = 41.9%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B558C2 (or 0xB558C2) is known color: Fuchsia. HEX triplet: B5, 58 and C2. RGB value is (181,88,194). Sum of RGB (Red+Green+Blue) = 181+88+194=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #B558C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558C2 is #4AA73D. Grayscale: #7F7F7F. Windows color (decimal): -4892478 or 12736693. OLE color: 12736693.

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

Color convert

RGB 181 88 194 -
CMYK 0.07 0.55 0 0.24
HSL 292.64º 0.46% 0.55% -
HSV(B) 292.64º 0.55% 0.76% -
XYZ 32.28 20.7 53.33 -
YUV 127.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 181 88 194 0.07 0.55 0 0.24 292.64 0.46 0.55
Hex B5 58 C2 7 37 0 18 125 2E 37
Octal 265 130 302 7 67 0 30 445 56 67
Binary 10110101 1011000 11000010 111 110111 0 11000 100100101 101110 110111

Color Harmonies of #B558C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558C2

Black with #B558C2

Text Example


Text Example

White with #B558C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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