Html Css Color HEX #BC59C2 Fuchsia

📋 copy color: '#BC59C2'

red 188 ◦ green 89 ◦ blue 194

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

Shades of Fuchsia #BC59C2

Tints of Fuchsia #BC59C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 39.92%
G = 18.9%
B = 41.19%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC59C2 (or 0xBC59C2) is known color: Fuchsia. HEX triplet: BC, 59 and C2. RGB value is (188,89,194). Sum of RGB (Red+Green+Blue) = 188+89+194=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC59C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59C2 is #43A63D. Grayscale: #828282. Windows color (decimal): -4433470 or 12736956. OLE color: 12736956.

HSL color Cylindrical-coordinate representation of color #BC59C2: hue angle of 296.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC59C2 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 89 194 -
CMYK 0.03 0.54 0 0.24
HSL 296.57º 0.46% 0.55% -
HSV(B) 296.57º 0.54% 0.76% -
XYZ 34.05 21.73 53.44 -
YUV 130.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 188 89 194 0.03 0.54 0 0.24 296.57 0.46 0.55
Hex BC 59 C2 3 36 0 18 129 2E 37
Octal 274 131 302 3 66 0 30 451 56 67
Binary 10111100 1011001 11000010 11 110110 0 11000 100101001 101110 110111

Color Harmonies of #BC59C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59C2

Black with #BC59C2

Text Example


Text Example

White with #BC59C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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