Html Css Color HEX #BC31B2 Fuchsia

📋 copy color: '#BC31B2'

red 188 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #BC31B2

Tints of Fuchsia #BC31B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.89%

R = 45.3%
G = 11.81%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC31B2 (or 0xBC31B2) is known color: Fuchsia. HEX triplet: BC, 31 and B2. RGB value is (188,49,178). Sum of RGB (Red+Green+Blue) = 188+49+178=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31B2 is #43CE4D. Grayscale: #686868. Windows color (decimal): -4443726 or 11678140. OLE color: 11678140.

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

Color convert

RGB 188 49 178 -
CMYK 0 0.74 0.05 0.26
HSL 304.32º 0.59% 0.46% -
HSV(B) 304.32º 0.74% 0.74% -
XYZ 29.87 16.1 43.65 -
YUV 105.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 188 49 178 0 0.74 0.05 0.26 304.32 0.59 0.46
Hex BC 31 B2 0 4A 5 1A 130 3B 2E
Octal 274 61 262 0 112 5 32 460 73 56
Binary 10111100 110001 10110010 0 1001010 101 11010 100110000 111011 101110

Color Harmonies of #BC31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31B2

Black with #BC31B2

Text Example


Text Example

White with #BC31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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