Html Css Color HEX #BC46AF Fuchsia

📋 copy color: '#BC46AF'

red 188 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #BC46AF

Tints of Fuchsia #BC46AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 43.42%
G = 16.17%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC46AF (or 0xBC46AF) is known color: Fuchsia. HEX triplet: BC, 46 and AF. RGB value is (188,70,175). Sum of RGB (Red+Green+Blue) = 188+70+175=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46AF is #43B950. Grayscale: #747474. Windows color (decimal): -4438353 or 11486908. OLE color: 11486908.

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

Color convert

RGB 188 70 175 -
CMYK 0 0.63 0.07 0.26
HSL 306.61º 0.47% 0.51% -
HSV(B) 306.61º 0.63% 0.74% -
XYZ 30.67 18.17 42.45 -
YUV 117.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 188 70 175 0 0.63 0.07 0.26 306.61 0.47 0.51
Hex BC 46 AF 0 3F 7 1A 133 2F 33
Octal 274 106 257 0 77 7 32 463 57 63
Binary 10111100 1000110 10101111 0 111111 111 11010 100110011 101111 110011

Color Harmonies of #BC46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46AF

Black with #BC46AF

Text Example


Text Example

White with #BC46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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