Html Css Color HEX #BC49C5 Fuchsia

📋 copy color: '#BC49C5'

red 188 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #BC49C5

Tints of Fuchsia #BC49C5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.94%

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 41.05%
G = 15.94%
B = 43.01%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC49C5 (or 0xBC49C5) is known color: Fuchsia. HEX triplet: BC, 49 and C5. RGB value is (188,73,197). Sum of RGB (Red+Green+Blue) = 188+73+197=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49C5 is #43B63A. Grayscale: #797979. Windows color (decimal): -4437563 or 12929468. OLE color: 12929468.

HSL color Cylindrical-coordinate representation of color #BC49C5: hue angle of 295.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC49C5 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 73 197 -
CMYK 0.05 0.63 0 0.23
HSL 295.65º 0.52% 0.53% -
HSV(B) 295.65º 0.63% 0.77% -
XYZ 33.2 19.49 54.84 -
YUV 121.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 188 73 197 0.05 0.63 0 0.23 295.65 0.52 0.53
Hex BC 49 C5 5 3F 0 17 128 34 35
Octal 274 111 305 5 77 0 27 450 64 65
Binary 10111100 1001001 11000101 101 111111 0 10111 100101000 110100 110101

Color Harmonies of #BC49C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49C5

Black with #BC49C5

Text Example


Text Example

White with #BC49C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49C5; }

 p { color: rgb(188,73,197); }

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

background-color css

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

 a { background-color: rgb(188,73,197); }

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

border-color css

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

 span { border-color: rgb(188,73,197); }

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