Html Css Color HEX #BC46AD Fuchsia

📋 copy color: '#BC46AD'

red 188 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #BC46AD

Tints of Fuchsia #BC46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 43.62%
G = 16.24%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC46AD (or 0xBC46AD) is known color: Fuchsia. HEX triplet: BC, 46 and AD. RGB value is (188,70,173). Sum of RGB (Red+Green+Blue) = 188+70+173=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46AD is #43B952. Grayscale: #747474. Windows color (decimal): -4438355 or 11355836. OLE color: 11355836.

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

Color convert

RGB 188 70 173 -
CMYK 0 0.63 0.08 0.26
HSL 307.63º 0.47% 0.51% -
HSV(B) 307.63º 0.63% 0.74% -
XYZ 30.47 18.09 41.42 -
YUV 117.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 188 70 173 0 0.63 0.08 0.26 307.63 0.47 0.51
Hex BC 46 AD 0 3F 8 1A 134 2F 33
Octal 274 106 255 0 77 10 32 464 57 63
Binary 10111100 1000110 10101101 0 111111 1000 11010 100110100 101111 110011

Color Harmonies of #BC46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46AD

Black with #BC46AD

Text Example


Text Example

White with #BC46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46AD; }

 p { color: rgb(188,70,173); }

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

background-color css

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

 a { background-color: rgb(188,70,173); }

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

border-color css

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

 span { border-color: rgb(188,70,173); }

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