Html Css Color HEX #BC4DAF Fuchsia

📋 copy color: '#BC4DAF'

red 188 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #BC4DAF

Tints of Fuchsia #BC4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

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

R = 42.73%
G = 17.5%
B = 39.77%

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

#BC4DAF (or 0xBC4DAF) is known color: Fuchsia. HEX triplet: BC, 4D and AF. RGB value is (188,77,175). Sum of RGB (Red+Green+Blue) = 188+77+175=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DAF is #43B250. Grayscale: #797979. Windows color (decimal): -4436561 or 11488700. OLE color: 11488700.

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

Color convert

RGB 188 77 175 -
CMYK 0 0.59 0.07 0.26
HSL 307.03º 0.45% 0.52% -
HSV(B) 307.03º 0.59% 0.74% -
XYZ 31.13 19.09 42.6 -
YUV 121.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 188 77 175 0 0.59 0.07 0.26 307.03 0.45 0.52
Hex BC 4D AF 0 3B 7 1A 133 2D 34
Octal 274 115 257 0 73 7 32 463 55 64
Binary 10111100 1001101 10101111 0 111011 111 11010 100110011 101101 110100

Color Harmonies of #BC4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DAF

Black with #BC4DAF

Text Example


Text Example

White with #BC4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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