Html Css Color HEX #BC49B6 Fuchsia

📋 copy color: '#BC49B6'

red 188 ◦ green 73 ◦ blue 182

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

Shades of Fuchsia #BC49B6

Tints of Fuchsia #BC49B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 42.44%
G = 16.48%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC49B6 (or 0xBC49B6) is known color: Fuchsia. HEX triplet: BC, 49 and B6. RGB value is (188,73,182). Sum of RGB (Red+Green+Blue) = 188+73+182=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49B6 is #43B649. Grayscale: #777777. Windows color (decimal): -4437578 or 11946428. OLE color: 11946428.

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

Color convert

RGB 188 73 182 -
CMYK 0 0.61 0.03 0.26
HSL 303.13º 0.46% 0.51% -
HSV(B) 303.13º 0.61% 0.74% -
XYZ 31.57 18.83 46.23 -
YUV 119.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 188 73 182 0 0.61 0.03 0.26 303.13 0.46 0.51
Hex BC 49 B6 0 3D 3 1A 12F 2E 33
Octal 274 111 266 0 75 3 32 457 56 63
Binary 10111100 1001001 10110110 0 111101 11 11010 100101111 101110 110011

Color Harmonies of #BC49B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49B6

Black with #BC49B6

Text Example


Text Example

White with #BC49B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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