Html Css Color HEX #BC59BD Fuchsia

📋 copy color: '#BC59BD'

red 188 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #BC59BD

Tints of Fuchsia #BC59BD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.1%

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

R = 40.34%
G = 19.1%
B = 40.56%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC59BD (or 0xBC59BD) is known color: Fuchsia. HEX triplet: BC, 59 and BD. RGB value is (188,89,189). Sum of RGB (Red+Green+Blue) = 188+89+189=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BD is #43A642. Grayscale: #818181. Windows color (decimal): -4433475 or 12409276. OLE color: 12409276.

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

Color convert

RGB 188 89 189 -
CMYK 0.01 0.53 0 0.26
HSL 299.4º 0.43% 0.55% -
HSV(B) 299.4º 0.53% 0.74% -
XYZ 33.5 21.51 50.53 -
YUV 130 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 188 89 189 0.01 0.53 0 0.26 299.4 0.43 0.55
Hex BC 59 BD 1 35 0 1A 12B 2B 37
Octal 274 131 275 1 65 0 32 453 53 67
Binary 10111100 1011001 10111101 1 110101 0 11010 100101011 101011 110111

Color Harmonies of #BC59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59BD

Black with #BC59BD

Text Example


Text Example

White with #BC59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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