Html Css Color HEX #BC5EAE Fuchsia

📋 copy color: '#BC5EAE'

red 188 ◦ green 94 ◦ blue 174

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

Shades of Fuchsia #BC5EAE

Tints of Fuchsia #BC5EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 41.23%
G = 20.61%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC5EAE (or 0xBC5EAE) is known color: Fuchsia. HEX triplet: BC, 5E and AE. RGB value is (188,94,174). Sum of RGB (Red+Green+Blue) = 188+94+174=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EAE is #43A151. Grayscale: #838383. Windows color (decimal): -4432210 or 11427516. OLE color: 11427516.

HSL color Cylindrical-coordinate representation of color #BC5EAE: hue angle of 308.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EAE is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 174 -
CMYK 0 0.50 0.07 0.26
HSL 308.94º 0.41% 0.55% -
HSV(B) 308.94º 0.5% 0.74% -
XYZ 32.38 21.75 42.54 -
YUV 131.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 188 94 174 0 0.50 0.07 0.26 308.94 0.41 0.55
Hex BC 5E AE 0 32 7 1A 135 29 37
Octal 274 136 256 0 62 7 32 465 51 67
Binary 10111100 1011110 10101110 0 110010 111 11010 100110101 101001 110111

Color Harmonies of #BC5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EAE

Black with #BC5EAE

Text Example


Text Example

White with #BC5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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