Html Css Color HEX #BB57AD Fuchsia

📋 copy color: '#BB57AD'

red 187 ◦ green 87 ◦ blue 173

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

Shades of Fuchsia #BB57AD

Tints of Fuchsia #BB57AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.46%

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

R = 41.83%
G = 19.46%
B = 38.7%

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

#BB57AD (or 0xBB57AD) is known color: Fuchsia. HEX triplet: BB, 57 and AD. RGB value is (187,87,173). Sum of RGB (Red+Green+Blue) = 187+87+173=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB57AD is #44A852. Grayscale: #7E7E7E. Windows color (decimal): -4499539 or 11360187. OLE color: 11360187.

HSL color Cylindrical-coordinate representation of color #BB57AD: hue angle of 308.4º 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 #BB57AD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 87 173 -
CMYK 0 0.53 0.07 0.27
HSL 308.4º 0.42% 0.54% -
HSV(B) 308.4º 0.53% 0.73% -
XYZ 31.44 20.4 41.82 -
YUV 126.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 187 87 173 0 0.53 0.07 0.27 308.4 0.42 0.54
Hex BB 57 AD 0 35 7 1B 134 2A 36
Octal 273 127 255 0 65 7 33 464 52 66
Binary 10111011 1010111 10101101 0 110101 111 11011 100110100 101010 110110

Color Harmonies of #BB57AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57AD

Black with #BB57AD

Text Example


Text Example

White with #BB57AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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