Html Css Color HEX #BC6EC5 Fuchsia

📋 copy color: '#BC6EC5'

red 188 ◦ green 110 ◦ blue 197

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

Shades of Fuchsia #BC6EC5

Tints of Fuchsia #BC6EC5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 37.98%
G = 22.22%
B = 39.8%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC6EC5 (or 0xBC6EC5) is known color: Fuchsia. HEX triplet: BC, 6E and C5. RGB value is (188,110,197). Sum of RGB (Red+Green+Blue) = 188+110+197=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EC5 is #43913A. Grayscale: #8E8E8E. Windows color (decimal): -4428091 or 12938940. OLE color: 12938940.

HSL color Cylindrical-coordinate representation of color #BC6EC5: hue angle of 293.79º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6EC5 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 110 197 -
CMYK 0.05 0.44 0 0.23
HSL 293.79º 0.43% 0.6% -
HSV(B) 293.79º 0.44% 0.77% -
XYZ 36.39 25.87 55.9 -
YUV 143.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 188 110 197 0.05 0.44 0 0.23 293.79 0.43 0.6
Hex BC 6E C5 5 2C 0 17 126 2B 3C
Octal 274 156 305 5 54 0 27 446 53 74
Binary 10111100 1101110 11000101 101 101100 0 10111 100100110 101011 111100

Color Harmonies of #BC6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EC5

Black with #BC6EC5

Text Example


Text Example

White with #BC6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EC5; }

 p { color: rgb(188,110,197); }

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

background-color css

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

 a { background-color: rgb(188,110,197); }

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

border-color css

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

 span { border-color: rgb(188,110,197); }

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