Html Css Color HEX #BC5EC7 Fuchsia

📋 copy color: '#BC5EC7'

red 188 ◦ green 94 ◦ blue 199

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

Shades of Fuchsia #BC5EC7

Tints of Fuchsia #BC5EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 39.09%
G = 19.54%
B = 41.37%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC5EC7 (or 0xBC5EC7) is known color: Fuchsia. HEX triplet: BC, 5E and C7. RGB value is (188,94,199). Sum of RGB (Red+Green+Blue) = 188+94+199=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC5EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EC7 is #43A138. Grayscale: #858585. Windows color (decimal): -4432185 or 13065916. OLE color: 13065916.

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

Color convert

RGB 188 94 199 -
CMYK 0.06 0.53 0 0.22
HSL 293.71º 0.48% 0.57% -
HSV(B) 293.71º 0.53% 0.78% -
XYZ 35.05 22.82 56.59 -
YUV 134.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 188 94 199 0.06 0.53 0 0.22 293.71 0.48 0.57
Hex BC 5E C7 6 35 0 16 126 30 39
Octal 274 136 307 6 65 0 26 446 60 71
Binary 10111100 1011110 11000111 110 110101 0 10110 100100110 110000 111001

Color Harmonies of #BC5EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EC7

Black with #BC5EC7

Text Example


Text Example

White with #BC5EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EC7; }

 p { color: rgb(188,94,199); }

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

background-color css

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

 a { background-color: rgb(188,94,199); }

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

border-color css

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

 span { border-color: rgb(188,94,199); }

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