Html Css Color HEX #BC0DAF Deep Magenta

📋 copy color: '#BC0DAF'

red 188 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #BC0DAF

Tints of Deep Magenta #BC0DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.46%

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

R = 50%
G = 3.46%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC0DAF (or 0xBC0DAF) is known color: Deep Magenta. HEX triplet: BC, 0D and AF. RGB value is (188,13,175). Sum of RGB (Red+Green+Blue) = 188+13+175=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0DAF is #43F250. Grayscale: #535353. Windows color (decimal): -4452945 or 11472316. OLE color: 11472316.

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

Color convert

RGB 188 13 175 -
CMYK 0 0.93 0.07 0.26
HSL 304.46º 0.87% 0.39% -
HSV(B) 304.46º 0.93% 0.74% -
XYZ 28.62 14.07 41.77 -
YUV 83.79 179.48 202.33 -
System Red Green Blue C M Y K H S L
Decimal 188 13 175 0 0.93 0.07 0.26 304.46 0.87 0.39
Hex BC D AF 0 5D 7 1A 130 57 27
Octal 274 15 257 0 135 7 32 460 127 47
Binary 10111100 1101 10101111 0 1011101 111 11010 100110000 1010111 100111

Color Harmonies of #BC0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DAF

Black with #BC0DAF

Text Example


Text Example

White with #BC0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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