Html Css Color HEX #BB44AD Fuchsia

📋 copy color: '#BB44AD'

red 187 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #BB44AD

Tints of Fuchsia #BB44AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

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

R = 43.69%
G = 15.89%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB44AD (or 0xBB44AD) is known color: Fuchsia. HEX triplet: BB, 44 and AD. RGB value is (187,68,173). Sum of RGB (Red+Green+Blue) = 187+68+173=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB44AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB44AD is #44BB52. Grayscale: #737373. Windows color (decimal): -4504403 or 11355323. OLE color: 11355323.

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

Color convert

RGB 187 68 173 -
CMYK 0 0.64 0.07 0.27
HSL 307.06º 0.47% 0.5% -
HSV(B) 307.06º 0.64% 0.73% -
XYZ 30.1 17.72 41.37 -
YUV 115.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 187 68 173 0 0.64 0.07 0.27 307.06 0.47 0.5
Hex BB 44 AD 0 40 7 1B 133 2F 32
Octal 273 104 255 0 100 7 33 463 57 62
Binary 10111011 1000100 10101101 0 1000000 111 11011 100110011 101111 110010

Color Harmonies of #BB44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44AD

Black with #BB44AD

Text Example


Text Example

White with #BB44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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