Html Css Color HEX #BC12BE Deep Magenta

📋 copy color: '#BC12BE'

red 188 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #BC12BE

Tints of Deep Magenta #BC12BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.55%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 47.47%
G = 4.55%
B = 47.98%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC12BE (or 0xBC12BE) is known color: Deep Magenta. HEX triplet: BC, 12 and BE. RGB value is (188,18,190). Sum of RGB (Red+Green+Blue) = 188+18+190=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC12BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12BE is #43ED41. Grayscale: #575757. Windows color (decimal): -4451650 or 12456636. OLE color: 12456636.

HSL color Cylindrical-coordinate representation of color #BC12BE: hue angle of 299.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12BE is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 18 190 -
CMYK 0.01 0.91 0 0.25
HSL 299.3º 0.83% 0.41% -
HSV(B) 299.3º 0.91% 0.75% -
XYZ 30.25 14.84 49.99 -
YUV 88.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 188 18 190 0.01 0.91 0 0.25 299.3 0.83 0.41
Hex BC 12 BE 1 5B 0 19 12B 53 29
Octal 274 22 276 1 133 0 31 453 123 51
Binary 10111100 10010 10111110 1 1011011 0 11001 100101011 1010011 101001

Color Harmonies of #BC12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12BE

Black with #BC12BE

Text Example


Text Example

White with #BC12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12BE; }

 p { color: rgb(188,18,190); }

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

background-color css

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

 a { background-color: rgb(188,18,190); }

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

border-color css

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

 span { border-color: rgb(188,18,190); }

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