Html Css Color HEX #BB60AD Fuchsia

📋 copy color: '#BB60AD'

red 187 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #BB60AD

Tints of Fuchsia #BB60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.05%

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

R = 41.01%
G = 21.05%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB60AD (or 0xBB60AD) is known color: Fuchsia. HEX triplet: BB, 60 and AD. RGB value is (187,96,173). Sum of RGB (Red+Green+Blue) = 187+96+173=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60AD is #449F52. Grayscale: #838383. Windows color (decimal): -4497235 or 11362491. OLE color: 11362491.

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

Color convert

RGB 187 96 173 -
CMYK 0 0.49 0.07 0.27
HSL 309.23º 0.4% 0.55% -
HSV(B) 309.23º 0.49% 0.73% -
XYZ 32.22 21.95 42.07 -
YUV 131.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 187 96 173 0 0.49 0.07 0.27 309.23 0.4 0.55
Hex BB 60 AD 0 31 7 1B 135 28 37
Octal 273 140 255 0 61 7 33 465 50 67
Binary 10111011 1100000 10101101 0 110001 111 11011 100110101 101000 110111

Color Harmonies of #BB60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60AD

Black with #BB60AD

Text Example


Text Example

White with #BB60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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