Html Css Color HEX #BC49BA Fuchsia

📋 copy color: '#BC49BA'

red 188 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #BC49BA

Tints of Fuchsia #BC49BA

RGB

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

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

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

R = 42.06%
G = 16.33%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC49BA (or 0xBC49BA) is known color: Fuchsia. HEX triplet: BC, 49 and BA. RGB value is (188,73,186). Sum of RGB (Red+Green+Blue) = 188+73+186=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49BA is #43B645. Grayscale: #777777. Windows color (decimal): -4437574 or 12208572. OLE color: 12208572.

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

Color convert

RGB 188 73 186 -
CMYK 0 0.61 0.01 0.26
HSL 301.04º 0.46% 0.51% -
HSV(B) 301.04º 0.61% 0.74% -
XYZ 31.98 19 48.44 -
YUV 120.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 188 73 186 0 0.61 0.01 0.26 301.04 0.46 0.51
Hex BC 49 BA 0 3D 1 1A 12D 2E 33
Octal 274 111 272 0 75 1 32 455 56 63
Binary 10111100 1001001 10111010 0 111101 1 11010 100101101 101110 110011

Color Harmonies of #BC49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49BA

Black with #BC49BA

Text Example


Text Example

White with #BC49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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