Html Css Color HEX #BC52BA Fuchsia

📋 copy color: '#BC52BA'

red 188 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #BC52BA

Tints of Fuchsia #BC52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.98%

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 41.23%
G = 17.98%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC52BA (or 0xBC52BA) is known color: Fuchsia. HEX triplet: BC, 52 and BA. RGB value is (188,82,186). Sum of RGB (Red+Green+Blue) = 188+82+186=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52BA is #43AD45. Grayscale: #7D7D7D. Windows color (decimal): -4435270 or 12210876. OLE color: 12210876.

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

Color convert

RGB 188 82 186 -
CMYK 0 0.56 0.01 0.26
HSL 301.13º 0.44% 0.53% -
HSV(B) 301.13º 0.56% 0.74% -
XYZ 32.62 20.27 48.65 -
YUV 125.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 188 82 186 0 0.56 0.01 0.26 301.13 0.44 0.53
Hex BC 52 BA 0 38 1 1A 12D 2C 35
Octal 274 122 272 0 70 1 32 455 54 65
Binary 10111100 1010010 10111010 0 111000 1 11010 100101101 101100 110101

Color Harmonies of #BC52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52BA

Black with #BC52BA

Text Example


Text Example

White with #BC52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52BA; }

 p { color: rgb(188,82,186); }

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

background-color css

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

 a { background-color: rgb(188,82,186); }

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

border-color css

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

 span { border-color: rgb(188,82,186); }

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