Html Css Color HEX #BB50AC Fuchsia

📋 copy color: '#BB50AC'

red 187 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #BB50AC

Tints of Fuchsia #BB50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 42.6%
G = 18.22%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB50AC (or 0xBB50AC) is known color: Fuchsia. HEX triplet: BB, 50 and AC. RGB value is (187,80,172). Sum of RGB (Red+Green+Blue) = 187+80+172=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50AC is #44AF53. Grayscale: #7A7A7A. Windows color (decimal): -4501332 or 11292859. OLE color: 11292859.

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

Color convert

RGB 187 80 172 -
CMYK 0 0.57 0.08 0.27
HSL 308.41º 0.44% 0.52% -
HSV(B) 308.41º 0.57% 0.73% -
XYZ 30.81 19.28 41.13 -
YUV 122.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 187 80 172 0 0.57 0.08 0.27 308.41 0.44 0.52
Hex BB 50 AC 0 39 8 1B 134 2C 34
Octal 273 120 254 0 71 10 33 464 54 64
Binary 10111011 1010000 10101100 0 111001 1000 11011 100110100 101100 110100

Color Harmonies of #BB50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50AC

Black with #BB50AC

Text Example


Text Example

White with #BB50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50AC; }

 p { color: rgb(187,80,172); }

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

background-color css

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

 a { background-color: rgb(187,80,172); }

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

border-color css

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

 span { border-color: rgb(187,80,172); }

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