Html Css Color HEX #B558BE Fuchsia

📋 copy color: '#B558BE'

red 181 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #B558BE

Tints of Fuchsia #B558BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 39.43%
G = 19.17%
B = 41.39%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B558BE (or 0xB558BE) is known color: Fuchsia. HEX triplet: B5, 58 and BE. RGB value is (181,88,190). Sum of RGB (Red+Green+Blue) = 181+88+190=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #B558BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558BE is #4AA741. Grayscale: #7F7F7F. Windows color (decimal): -4892482 or 12474549. OLE color: 12474549.

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

Color convert

RGB 181 88 190 -
CMYK 0.05 0.54 0 0.25
HSL 294.71º 0.44% 0.55% -
HSV(B) 294.71º 0.54% 0.75% -
XYZ 31.84 20.52 51 -
YUV 127.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 181 88 190 0.05 0.54 0 0.25 294.71 0.44 0.55
Hex B5 58 BE 5 36 0 19 127 2C 37
Octal 265 130 276 5 66 0 31 447 54 67
Binary 10110101 1011000 10111110 101 110110 0 11001 100100111 101100 110111

Color Harmonies of #B558BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558BE

Black with #B558BE

Text Example


Text Example

White with #B558BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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