Html Css Color HEX #BC49B3 Fuchsia

📋 copy color: '#BC49B3'

red 188 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #BC49B3

Tints of Fuchsia #BC49B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 42.73%
G = 16.59%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC49B3 (or 0xBC49B3) is known color: Fuchsia. HEX triplet: BC, 49 and B3. RGB value is (188,73,179). Sum of RGB (Red+Green+Blue) = 188+73+179=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49B3 is #43B64C. Grayscale: #777777. Windows color (decimal): -4437581 or 11749820. OLE color: 11749820.

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

Color convert

RGB 188 73 179 -
CMYK 0 0.61 0.05 0.26
HSL 304.7º 0.46% 0.51% -
HSV(B) 304.7º 0.61% 0.74% -
XYZ 31.26 18.71 44.61 -
YUV 119.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 188 73 179 0 0.61 0.05 0.26 304.7 0.46 0.51
Hex BC 49 B3 0 3D 5 1A 131 2E 33
Octal 274 111 263 0 75 5 32 461 56 63
Binary 10111100 1001001 10110011 0 111101 101 11010 100110001 101110 110011

Color Harmonies of #BC49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49B3

Black with #BC49B3

Text Example


Text Example

White with #BC49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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