Html Css Color HEX #BB51AD Fuchsia

📋 copy color: '#BB51AD'

red 187 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #BB51AD

Tints of Fuchsia #BB51AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.37%

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

R = 42.4%
G = 18.37%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB51AD (or 0xBB51AD) is known color: Fuchsia. HEX triplet: BB, 51 and AD. RGB value is (187,81,173). Sum of RGB (Red+Green+Blue) = 187+81+173=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51AD is #44AE52. Grayscale: #7A7A7A. Windows color (decimal): -4501075 or 11358651. OLE color: 11358651.

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

Color convert

RGB 187 81 173 -
CMYK 0 0.57 0.07 0.27
HSL 307.92º 0.44% 0.53% -
HSV(B) 307.92º 0.57% 0.73% -
XYZ 30.98 19.47 41.66 -
YUV 123.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 187 81 173 0 0.57 0.07 0.27 307.92 0.44 0.53
Hex BB 51 AD 0 39 7 1B 134 2C 35
Octal 273 121 255 0 71 7 33 464 54 65
Binary 10111011 1010001 10101101 0 111001 111 11011 100110100 101100 110101

Color Harmonies of #BB51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51AD

Black with #BB51AD

Text Example


Text Example

White with #BB51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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