Html Css Color HEX #BC31CA Fuchsia

📋 copy color: '#BC31CA'

red 188 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #BC31CA

Tints of Fuchsia #BC31CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 42.82%
G = 11.16%
B = 46.01%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC31CA (or 0xBC31CA) is known color: Fuchsia. HEX triplet: BC, 31 and CA. RGB value is (188,49,202). Sum of RGB (Red+Green+Blue) = 188+49+202=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31CA is #43CE35. Grayscale: #6B6B6B. Windows color (decimal): -4443702 or 13251004. OLE color: 13251004.

HSL color Cylindrical-coordinate representation of color #BC31CA: hue angle of 294.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC31CA is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 49 202 -
CMYK 0.07 0.76 0 0.21
HSL 294.51º 0.61% 0.49% -
HSV(B) 294.51º 0.76% 0.79% -
XYZ 32.5 17.15 57.48 -
YUV 108 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 188 49 202 0.07 0.76 0 0.21 294.51 0.61 0.49
Hex BC 31 CA 7 4C 0 15 127 3D 31
Octal 274 61 312 7 114 0 25 447 75 61
Binary 10111100 110001 11001010 111 1001100 0 10101 100100111 111101 110001

Color Harmonies of #BC31CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31CA

Black with #BC31CA

Text Example


Text Example

White with #BC31CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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