Html Css Color HEX #BC47BE Fuchsia

📋 copy color: '#BC47BE'

red 188 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #BC47BE

Tints of Fuchsia #BC47BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 41.87%
G = 15.81%
B = 42.32%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC47BE (or 0xBC47BE) is known color: Fuchsia. HEX triplet: BC, 47 and BE. RGB value is (188,71,190). Sum of RGB (Red+Green+Blue) = 188+71+190=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47BE is #43B841. Grayscale: #777777. Windows color (decimal): -4438082 or 12470204. OLE color: 12470204.

HSL color Cylindrical-coordinate representation of color #BC47BE: hue angle of 298.99º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC47BE is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 71 190 -
CMYK 0.01 0.63 0 0.25
HSL 298.99º 0.48% 0.51% -
HSV(B) 298.99º 0.63% 0.75% -
XYZ 32.29 18.92 50.66 -
YUV 119.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 188 71 190 0.01 0.63 0 0.25 298.99 0.48 0.51
Hex BC 47 BE 1 3F 0 19 12B 30 33
Octal 274 107 276 1 77 0 31 453 60 63
Binary 10111100 1000111 10111110 1 111111 0 11001 100101011 110000 110011

Color Harmonies of #BC47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47BE

Black with #BC47BE

Text Example


Text Example

White with #BC47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47BE; }

 p { color: rgb(188,71,190); }

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

background-color css

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

 a { background-color: rgb(188,71,190); }

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

border-color css

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

 span { border-color: rgb(188,71,190); }

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