Html Css Color HEX #BC5EAF Fuchsia

📋 copy color: '#BC5EAF'

red 188 ◦ green 94 ◦ blue 175

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

Shades of Fuchsia #BC5EAF

Tints of Fuchsia #BC5EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 41.14%
G = 20.57%
B = 38.29%

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

#BC5EAF (or 0xBC5EAF) is known color: Fuchsia. HEX triplet: BC, 5E and AF. RGB value is (188,94,175). Sum of RGB (Red+Green+Blue) = 188+94+175=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EAF is #43A150. Grayscale: #838383. Windows color (decimal): -4432209 or 11493052. OLE color: 11493052.

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

Color convert

RGB 188 94 175 -
CMYK 0 0.50 0.07 0.26
HSL 308.3º 0.41% 0.55% -
HSV(B) 308.3º 0.5% 0.74% -
XYZ 32.48 21.79 43.05 -
YUV 131.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 188 94 175 0 0.50 0.07 0.26 308.3 0.41 0.55
Hex BC 5E AF 0 32 7 1A 134 29 37
Octal 274 136 257 0 62 7 32 464 51 67
Binary 10111100 1011110 10101111 0 110010 111 11010 100110100 101001 110111

Color Harmonies of #BC5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EAF

Black with #BC5EAF

Text Example


Text Example

White with #BC5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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