Html Css Color HEX #BC50AA Fuchsia

📋 copy color: '#BC50AA'

red 188 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #BC50AA

Tints of Fuchsia #BC50AA

RGB

 RED value IS 188 (73.83% from 255) = 42.92%

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 42.92%
G = 18.26%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC50AA (or 0xBC50AA) is known color: Fuchsia. HEX triplet: BC, 50 and AA. RGB value is (188,80,170). Sum of RGB (Red+Green+Blue) = 188+80+170=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50AA is #43AF55. Grayscale: #7A7A7A. Windows color (decimal): -4435798 or 11161788. OLE color: 11161788.

HSL color Cylindrical-coordinate representation of color #BC50AA: hue angle of 310º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC50AA is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 170 -
CMYK 0 0.57 0.10 0.26
HSL 310º 0.45% 0.53% -
HSV(B) 310º 0.57% 0.74% -
XYZ 30.86 19.33 40.13 -
YUV 122.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 188 80 170 0 0.57 0.10 0.26 310 0.45 0.53
Hex BC 50 AA 0 39 A 1A 136 2D 35
Octal 274 120 252 0 71 12 32 466 55 65
Binary 10111100 1010000 10101010 0 111001 1010 11010 100110110 101101 110101

Color Harmonies of #BC50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50AA

Black with #BC50AA

Text Example


Text Example

White with #BC50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50AA; }

 p { color: rgb(188,80,170); }

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

background-color css

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

 a { background-color: rgb(188,80,170); }

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

border-color css

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

 span { border-color: rgb(188,80,170); }

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