Html Css Color HEX #BC5EAA Fuchsia

📋 copy color: '#BC5EAA'

red 188 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #BC5EAA

Tints of Fuchsia #BC5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 41.59%
G = 20.8%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC5EAA (or 0xBC5EAA) is known color: Fuchsia. HEX triplet: BC, 5E and AA. RGB value is (188,94,170). Sum of RGB (Red+Green+Blue) = 188+94+170=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EAA is #43A155. Grayscale: #828282. Windows color (decimal): -4432214 or 11165372. OLE color: 11165372.

HSL color Cylindrical-coordinate representation of color #BC5EAA: hue angle of 311.49º 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 #BC5EAA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 170 -
CMYK 0 0.50 0.10 0.26
HSL 311.49º 0.41% 0.55% -
HSV(B) 311.49º 0.5% 0.74% -
XYZ 32 21.6 40.51 -
YUV 130.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 188 94 170 0 0.50 0.10 0.26 311.49 0.41 0.55
Hex BC 5E AA 0 32 A 1A 137 29 37
Octal 274 136 252 0 62 12 32 467 51 67
Binary 10111100 1011110 10101010 0 110010 1010 11010 100110111 101001 110111

Color Harmonies of #BC5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EAA

Black with #BC5EAA

Text Example


Text Example

White with #BC5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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