Html Css Color HEX #BC31AF Fuchsia

📋 copy color: '#BC31AF'

red 188 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #BC31AF

Tints of Fuchsia #BC31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

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

R = 45.63%
G = 11.89%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC31AF (or 0xBC31AF) is known color: Fuchsia. HEX triplet: BC, 31 and AF. RGB value is (188,49,175). Sum of RGB (Red+Green+Blue) = 188+49+175=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31AF is #43CE50. Grayscale: #686868. Windows color (decimal): -4443729 or 11481532. OLE color: 11481532.

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

Color convert

RGB 188 49 175 -
CMYK 0 0.74 0.07 0.26
HSL 305.61º 0.59% 0.46% -
HSV(B) 305.61º 0.74% 0.74% -
XYZ 29.58 15.98 42.08 -
YUV 104.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 188 49 175 0 0.74 0.07 0.26 305.61 0.59 0.46
Hex BC 31 AF 0 4A 7 1A 132 3B 2E
Octal 274 61 257 0 112 7 32 462 73 56
Binary 10111100 110001 10101111 0 1001010 111 11010 100110010 111011 101110

Color Harmonies of #BC31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31AF

Black with #BC31AF

Text Example


Text Example

White with #BC31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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