Html Css Color HEX #BB58AD Fuchsia

📋 copy color: '#BB58AD'

red 187 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #BB58AD

Tints of Fuchsia #BB58AD

RGB

 RED value IS 187 (73.44% from 255) = 41.74%

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 41.74%
G = 19.64%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB58AD (or 0xBB58AD) is known color: Fuchsia. HEX triplet: BB, 58 and AD. RGB value is (187,88,173). Sum of RGB (Red+Green+Blue) = 187+88+173=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58AD is #44A752. Grayscale: #7F7F7F. Windows color (decimal): -4499283 or 11360443. OLE color: 11360443.

HSL color Cylindrical-coordinate representation of color #BB58AD: hue angle of 308.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB58AD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 88 173 -
CMYK 0 0.53 0.07 0.27
HSL 308.48º 0.42% 0.54% -
HSV(B) 308.48º 0.53% 0.73% -
XYZ 31.53 20.56 41.84 -
YUV 127.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 187 88 173 0 0.53 0.07 0.27 308.48 0.42 0.54
Hex BB 58 AD 0 35 7 1B 134 2A 36
Octal 273 130 255 0 65 7 33 464 52 66
Binary 10111011 1011000 10101101 0 110101 111 11011 100110100 101010 110110

Color Harmonies of #BB58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB58AD

Black with #BB58AD

Text Example


Text Example

White with #BB58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB58AD; }

 p { color: rgb(187,88,173); }

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

background-color css

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

 a { background-color: rgb(187,88,173); }

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

border-color css

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

 span { border-color: rgb(187,88,173); }

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