Html Css Color HEX #BC59B6 Fuchsia

📋 copy color: '#BC59B6'

red 188 ◦ green 89 ◦ blue 182

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

Shades of Fuchsia #BC59B6

Tints of Fuchsia #BC59B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 40.96%
G = 19.39%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC59B6 (or 0xBC59B6) is known color: Fuchsia. HEX triplet: BC, 59 and B6. RGB value is (188,89,182). Sum of RGB (Red+Green+Blue) = 188+89+182=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59B6 is #43A649. Grayscale: #808080. Windows color (decimal): -4433482 or 11950524. OLE color: 11950524.

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

Color convert

RGB 188 89 182 -
CMYK 0 0.53 0.03 0.26
HSL 303.64º 0.42% 0.54% -
HSV(B) 303.64º 0.53% 0.74% -
XYZ 32.75 21.21 46.62 -
YUV 129.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 188 89 182 0 0.53 0.03 0.26 303.64 0.42 0.54
Hex BC 59 B6 0 35 3 1A 130 2A 36
Octal 274 131 266 0 65 3 32 460 52 66
Binary 10111100 1011001 10110110 0 110101 11 11010 100110000 101010 110110

Color Harmonies of #BC59B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59B6

Black with #BC59B6

Text Example


Text Example

White with #BC59B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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