Html Css Color HEX #BC50B5 Fuchsia

📋 copy color: '#BC50B5'

red 188 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #BC50B5

Tints of Fuchsia #BC50B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 41.87%
G = 17.82%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC50B5 (or 0xBC50B5) is known color: Fuchsia. HEX triplet: BC, 50 and B5. RGB value is (188,80,181). Sum of RGB (Red+Green+Blue) = 188+80+181=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50B5 is #43AF4A. Grayscale: #7B7B7B. Windows color (decimal): -4435787 or 11882684. OLE color: 11882684.

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

Color convert

RGB 188 80 181 -
CMYK 0 0.57 0.04 0.26
HSL 303.89º 0.45% 0.53% -
HSV(B) 303.89º 0.57% 0.74% -
XYZ 31.95 19.76 45.85 -
YUV 123.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 188 80 181 0 0.57 0.04 0.26 303.89 0.45 0.53
Hex BC 50 B5 0 39 4 1A 130 2D 35
Octal 274 120 265 0 71 4 32 460 55 65
Binary 10111100 1010000 10110101 0 111001 100 11010 100110000 101101 110101

Color Harmonies of #BC50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50B5

Black with #BC50B5

Text Example


Text Example

White with #BC50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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