Html Css Color HEX #BC52AD Fuchsia

📋 copy color: '#BC52AD'

red 188 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #BC52AD

Tints of Fuchsia #BC52AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.05%

R = 42.44%
G = 18.51%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC52AD (or 0xBC52AD) is known color: Fuchsia. HEX triplet: BC, 52 and AD. RGB value is (188,82,173). Sum of RGB (Red+Green+Blue) = 188+82+173=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC52AD is #43AD52. Grayscale: #7B7B7B. Windows color (decimal): -4435283 or 11358908. OLE color: 11358908.

HSL color Cylindrical-coordinate representation of color #BC52AD: hue angle of 308.49º 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 #BC52AD is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 173 -
CMYK 0 0.56 0.08 0.26
HSL 308.49º 0.44% 0.53% -
HSV(B) 308.49º 0.56% 0.74% -
XYZ 31.3 19.74 41.7 -
YUV 124.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 188 82 173 0 0.56 0.08 0.26 308.49 0.44 0.53
Hex BC 52 AD 0 38 8 1A 134 2C 35
Octal 274 122 255 0 70 10 32 464 54 65
Binary 10111100 1010010 10101101 0 111000 1000 11010 100110100 101100 110101

Color Harmonies of #BC52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52AD

Black with #BC52AD

Text Example


Text Example

White with #BC52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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