Html Css Color HEX #BC52B9 Fuchsia

📋 copy color: '#BC52B9'

red 188 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #BC52B9

Tints of Fuchsia #BC52B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 41.32%
G = 18.02%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC52B9 (or 0xBC52B9) is known color: Fuchsia. HEX triplet: BC, 52 and B9. RGB value is (188,82,185). Sum of RGB (Red+Green+Blue) = 188+82+185=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52B9 is #43AD46. Grayscale: #7D7D7D. Windows color (decimal): -4435271 or 12145340. OLE color: 12145340.

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

Color convert

RGB 188 82 185 -
CMYK 0 0.56 0.02 0.26
HSL 301.7º 0.44% 0.53% -
HSV(B) 301.7º 0.56% 0.74% -
XYZ 32.51 20.23 48.09 -
YUV 125.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 188 82 185 0 0.56 0.02 0.26 301.7 0.44 0.53
Hex BC 52 B9 0 38 2 1A 12E 2C 35
Octal 274 122 271 0 70 2 32 456 54 65
Binary 10111100 1010010 10111001 0 111000 10 11010 100101110 101100 110101

Color Harmonies of #BC52B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52B9

Black with #BC52B9

Text Example


Text Example

White with #BC52B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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