Html Css Color HEX #BB45AD Fuchsia

📋 copy color: '#BB45AD'

red 187 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #BB45AD

Tints of Fuchsia #BB45AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 43.59%
G = 16.08%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB45AD (or 0xBB45AD) is known color: Fuchsia. HEX triplet: BB, 45 and AD. RGB value is (187,69,173). Sum of RGB (Red+Green+Blue) = 187+69+173=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45AD is #44BA52. Grayscale: #737373. Windows color (decimal): -4504147 or 11355579. OLE color: 11355579.

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

Color convert

RGB 187 69 173 -
CMYK 0 0.63 0.07 0.27
HSL 307.12º 0.46% 0.5% -
HSV(B) 307.12º 0.63% 0.73% -
XYZ 30.16 17.84 41.39 -
YUV 116.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 187 69 173 0 0.63 0.07 0.27 307.12 0.46 0.5
Hex BB 45 AD 0 3F 7 1B 133 2E 32
Octal 273 105 255 0 77 7 33 463 56 62
Binary 10111011 1000101 10101101 0 111111 111 11011 100110011 101110 110010

Color Harmonies of #BB45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45AD

Black with #BB45AD

Text Example


Text Example

White with #BB45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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