Html Css Color HEX #BC50A7 Fuchsia

📋 copy color: '#BC50A7'

red 188 ◦ green 80 ◦ blue 167

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

Shades of Fuchsia #BC50A7

Tints of Fuchsia #BC50A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.39%

R = 43.22%
G = 18.39%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC50A7 (or 0xBC50A7) is known color: Fuchsia. HEX triplet: BC, 50 and A7. RGB value is (188,80,167). Sum of RGB (Red+Green+Blue) = 188+80+167=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50A7 is #43AF58. Grayscale: #797979. Windows color (decimal): -4435801 or 10965180. OLE color: 10965180.

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

Color convert

RGB 188 80 167 -
CMYK 0 0.57 0.11 0.26
HSL 311.67º 0.45% 0.53% -
HSV(B) 311.67º 0.57% 0.74% -
XYZ 30.58 19.22 38.66 -
YUV 122.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 188 80 167 0 0.57 0.11 0.26 311.67 0.45 0.53
Hex BC 50 A7 0 39 B 1A 138 2D 35
Octal 274 120 247 0 71 13 32 470 55 65
Binary 10111100 1010000 10100111 0 111001 1011 11010 100111000 101101 110101

Color Harmonies of #BC50A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50A7

Black with #BC50A7

Text Example


Text Example

White with #BC50A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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