Html Css Color HEX #BC5EC6 Fuchsia

📋 copy color: '#BC5EC6'

red 188 ◦ green 94 ◦ blue 198

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

Shades of Fuchsia #BC5EC6

Tints of Fuchsia #BC5EC6

RGB

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

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

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

R = 39.17%
G = 19.58%
B = 41.25%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC5EC6 (or 0xBC5EC6) is known color: Fuchsia. HEX triplet: BC, 5E and C6. RGB value is (188,94,198). Sum of RGB (Red+Green+Blue) = 188+94+198=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC5EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EC6 is #43A139. Grayscale: #858585. Windows color (decimal): -4432186 or 13000380. OLE color: 13000380.

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

Color convert

RGB 188 94 198 -
CMYK 0.05 0.53 0 0.22
HSL 294.23º 0.48% 0.57% -
HSV(B) 294.23º 0.53% 0.78% -
XYZ 34.93 22.77 55.98 -
YUV 133.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 188 94 198 0.05 0.53 0 0.22 294.23 0.48 0.57
Hex BC 5E C6 5 35 0 16 126 30 39
Octal 274 136 306 5 65 0 26 446 60 71
Binary 10111100 1011110 11000110 101 110101 0 10110 100100110 110000 111001

Color Harmonies of #BC5EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EC6

Black with #BC5EC6

Text Example


Text Example

White with #BC5EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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