Html Css Color HEX #BC31C6 Fuchsia

📋 copy color: '#BC31C6'

red 188 ◦ green 49 ◦ blue 198

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

Shades of Fuchsia #BC31C6

Tints of Fuchsia #BC31C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 43.22%
G = 11.26%
B = 45.52%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC31C6 (or 0xBC31C6) is known color: Fuchsia. HEX triplet: BC, 31 and C6. RGB value is (188,49,198). Sum of RGB (Red+Green+Blue) = 188+49+198=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31C6 is #43CE39. Grayscale: #6B6B6B. Windows color (decimal): -4443706 or 12988860. OLE color: 12988860.

HSL color Cylindrical-coordinate representation of color #BC31C6: hue angle of 295.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC31C6 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 49 198 -
CMYK 0.05 0.75 0 0.22
HSL 295.97º 0.6% 0.48% -
HSV(B) 295.97º 0.75% 0.78% -
XYZ 32.03 16.97 55.01 -
YUV 107.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 188 49 198 0.05 0.75 0 0.22 295.97 0.6 0.48
Hex BC 31 C6 5 4B 0 16 128 3C 30
Octal 274 61 306 5 113 0 26 450 74 60
Binary 10111100 110001 11000110 101 1001011 0 10110 100101000 111100 110000

Color Harmonies of #BC31C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31C6

Black with #BC31C6

Text Example


Text Example

White with #BC31C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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