Html Css Color HEX #BC50BD Fuchsia

📋 copy color: '#BC50BD'

red 188 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #BC50BD

Tints of Fuchsia #BC50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 41.14%
G = 17.51%
B = 41.36%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC50BD (or 0xBC50BD) is known color: Fuchsia. HEX triplet: BC, 50 and BD. RGB value is (188,80,189). Sum of RGB (Red+Green+Blue) = 188+80+189=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50BD is #43AF42. Grayscale: #7C7C7C. Windows color (decimal): -4435779 or 12406972. OLE color: 12406972.

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

Color convert

RGB 188 80 189 -
CMYK 0.01 0.58 0 0.26
HSL 299.45º 0.45% 0.53% -
HSV(B) 299.45º 0.58% 0.74% -
XYZ 32.79 20.1 50.3 -
YUV 124.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 188 80 189 0.01 0.58 0 0.26 299.45 0.45 0.53
Hex BC 50 BD 1 3A 0 1A 12B 2D 35
Octal 274 120 275 1 72 0 32 453 55 65
Binary 10111100 1010000 10111101 1 111010 0 11010 100101011 101101 110101

Color Harmonies of #BC50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50BD

Black with #BC50BD

Text Example


Text Example

White with #BC50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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