Html Css Color HEX #BB43AD Fuchsia

📋 copy color: '#BB43AD'

red 187 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #BB43AD

Tints of Fuchsia #BB43AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.69%

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

R = 43.79%
G = 15.69%
B = 40.52%

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

#BB43AD (or 0xBB43AD) is known color: Fuchsia. HEX triplet: BB, 43 and AD. RGB value is (187,67,173). Sum of RGB (Red+Green+Blue) = 187+67+173=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43AD is #44BC52. Grayscale: #727272. Windows color (decimal): -4504659 or 11355067. OLE color: 11355067.

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

Color convert

RGB 187 67 173 -
CMYK 0 0.64 0.07 0.27
HSL 307º 0.47% 0.5% -
HSV(B) 307º 0.64% 0.73% -
XYZ 30.04 17.6 41.35 -
YUV 114.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 187 67 173 0 0.64 0.07 0.27 307 0.47 0.5
Hex BB 43 AD 0 40 7 1B 133 2F 32
Octal 273 103 255 0 100 7 33 463 57 62
Binary 10111011 1000011 10101101 0 1000000 111 11011 100110011 101111 110010

Color Harmonies of #BB43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43AD

Black with #BB43AD

Text Example


Text Example

White with #BB43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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