Html Css Color HEX #BC4EAF Fuchsia

📋 copy color: '#BC4EAF'

red 188 ◦ green 78 ◦ blue 175

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

Shades of Fuchsia #BC4EAF

Tints of Fuchsia #BC4EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.69%

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

R = 42.63%
G = 17.69%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC4EAF (or 0xBC4EAF) is known color: Fuchsia. HEX triplet: BC, 4E and AF. RGB value is (188,78,175). Sum of RGB (Red+Green+Blue) = 188+78+175=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4EAF is #43B150. Grayscale: #797979. Windows color (decimal): -4436305 or 11488956. OLE color: 11488956.

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

Color convert

RGB 188 78 175 -
CMYK 0 0.59 0.07 0.26
HSL 307.09º 0.45% 0.52% -
HSV(B) 307.09º 0.59% 0.74% -
XYZ 31.2 19.24 42.63 -
YUV 121.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 188 78 175 0 0.59 0.07 0.26 307.09 0.45 0.52
Hex BC 4E AF 0 3B 7 1A 133 2D 34
Octal 274 116 257 0 73 7 32 463 55 64
Binary 10111100 1001110 10101111 0 111011 111 11010 100110011 101101 110100

Color Harmonies of #BC4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EAF

Black with #BC4EAF

Text Example


Text Example

White with #BC4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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