Html Css Color HEX #BC50AB Fuchsia

📋 copy color: '#BC50AB'

red 188 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #BC50AB

Tints of Fuchsia #BC50AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 42.82%
G = 18.22%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC50AB (or 0xBC50AB) is known color: Fuchsia. HEX triplet: BC, 50 and AB. RGB value is (188,80,171). Sum of RGB (Red+Green+Blue) = 188+80+171=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50AB is #43AF54. Grayscale: #7A7A7A. Windows color (decimal): -4435797 or 11227324. OLE color: 11227324.

HSL color Cylindrical-coordinate representation of color #BC50AB: hue angle of 309.44º 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 #BC50AB is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 171 -
CMYK 0 0.57 0.09 0.26
HSL 309.44º 0.45% 0.53% -
HSV(B) 309.44º 0.57% 0.74% -
XYZ 30.96 19.37 40.63 -
YUV 122.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 188 80 171 0 0.57 0.09 0.26 309.44 0.45 0.53
Hex BC 50 AB 0 39 9 1A 135 2D 35
Octal 274 120 253 0 71 11 32 465 55 65
Binary 10111100 1010000 10101011 0 111001 1001 11010 100110101 101101 110101

Color Harmonies of #BC50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50AB

Black with #BC50AB

Text Example


Text Example

White with #BC50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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