Html Css Color HEX #BC5DAE Fuchsia

📋 copy color: '#BC5DAE'

red 188 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #BC5DAE

Tints of Fuchsia #BC5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

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

R = 41.32%
G = 20.44%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC5DAE (or 0xBC5DAE) is known color: Fuchsia. HEX triplet: BC, 5D and AE. RGB value is (188,93,174). Sum of RGB (Red+Green+Blue) = 188+93+174=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DAE is #43A251. Grayscale: #828282. Windows color (decimal): -4432466 or 11427260. OLE color: 11427260.

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

Color convert

RGB 188 93 174 -
CMYK 0 0.51 0.07 0.26
HSL 308.84º 0.41% 0.55% -
HSV(B) 308.84º 0.51% 0.74% -
XYZ 32.29 21.58 42.51 -
YUV 130.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 188 93 174 0 0.51 0.07 0.26 308.84 0.41 0.55
Hex BC 5D AE 0 33 7 1A 135 29 37
Octal 274 135 256 0 63 7 32 465 51 67
Binary 10111100 1011101 10101110 0 110011 111 11010 100110101 101001 110111

Color Harmonies of #BC5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DAE

Black with #BC5DAE

Text Example


Text Example

White with #BC5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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