Html Css Color HEX #BC31B9 Fuchsia

📋 copy color: '#BC31B9'

red 188 ◦ green 49 ◦ blue 185

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

Shades of Fuchsia #BC31B9

Tints of Fuchsia #BC31B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 44.55%
G = 11.61%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC31B9 (or 0xBC31B9) is known color: Fuchsia. HEX triplet: BC, 31 and B9. RGB value is (188,49,185). Sum of RGB (Red+Green+Blue) = 188+49+185=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31B9 is #43CE46. Grayscale: #696969. Windows color (decimal): -4443719 or 12136892. OLE color: 12136892.

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

Color convert

RGB 188 49 185 -
CMYK 0 0.74 0.02 0.26
HSL 301.3º 0.59% 0.46% -
HSV(B) 301.3º 0.74% 0.74% -
XYZ 30.59 16.39 47.45 -
YUV 106.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 188 49 185 0 0.74 0.02 0.26 301.3 0.59 0.46
Hex BC 31 B9 0 4A 2 1A 12D 3B 2E
Octal 274 61 271 0 112 2 32 455 73 56
Binary 10111100 110001 10111001 0 1001010 10 11010 100101101 111011 101110

Color Harmonies of #BC31B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31B9

Black with #BC31B9

Text Example


Text Example

White with #BC31B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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