Html Css Color HEX #BC52BD Fuchsia

📋 copy color: '#BC52BD'

red 188 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #BC52BD

Tints of Fuchsia #BC52BD

RGB

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

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

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

R = 40.96%
G = 17.86%
B = 41.18%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC52BD (or 0xBC52BD) is known color: Fuchsia. HEX triplet: BC, 52 and BD. RGB value is (188,82,189). Sum of RGB (Red+Green+Blue) = 188+82+189=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52BD is #43AD42. Grayscale: #7D7D7D. Windows color (decimal): -4435267 or 12407484. OLE color: 12407484.

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

Color convert

RGB 188 82 189 -
CMYK 0.01 0.57 0 0.26
HSL 299.44º 0.45% 0.53% -
HSV(B) 299.44º 0.57% 0.74% -
XYZ 32.94 20.4 50.35 -
YUV 125.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 188 82 189 0.01 0.57 0 0.26 299.44 0.45 0.53
Hex BC 52 BD 1 39 0 1A 12B 2D 35
Octal 274 122 275 1 71 0 32 453 55 65
Binary 10111100 1010010 10111101 1 111001 0 11010 100101011 101101 110101

Color Harmonies of #BC52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52BD

Black with #BC52BD

Text Example


Text Example

White with #BC52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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