Html Css Color HEX #BC0DBF Deep Magenta

📋 copy color: '#BC0DBF'

red 188 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #BC0DBF

Tints of Deep Magenta #BC0DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 47.96%
G = 3.32%
B = 48.72%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0DBF (or 0xBC0DBF) is known color: Deep Magenta. HEX triplet: BC, 0D and BF. RGB value is (188,13,191). Sum of RGB (Red+Green+Blue) = 188+13+191=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DBF is #43F240. Grayscale: #555555. Windows color (decimal): -4452929 or 12520892. OLE color: 12520892.

HSL color Cylindrical-coordinate representation of color #BC0DBF: hue angle of 298.99º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DBF is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 13 191 -
CMYK 0.02 0.93 0 0.25
HSL 298.99º 0.87% 0.4% -
HSV(B) 298.99º 0.93% 0.75% -
XYZ 30.29 14.74 50.54 -
YUV 85.62 187.48 201.03 -
System Red Green Blue C M Y K H S L
Decimal 188 13 191 0.02 0.93 0 0.25 298.99 0.87 0.4
Hex BC D BF 2 5D 0 19 12B 57 28
Octal 274 15 277 2 135 0 31 453 127 50
Binary 10111100 1101 10111111 10 1011101 0 11001 100101011 1010111 101000

Color Harmonies of #BC0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DBF

Black with #BC0DBF

Text Example


Text Example

White with #BC0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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