Html Css Color HEX #BC12CB Deep Magenta

📋 copy color: '#BC12CB'

red 188 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #BC12CB

Tints of Deep Magenta #BC12CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 45.97%
G = 4.4%
B = 49.63%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC12CB (or 0xBC12CB) is known color: Deep Magenta. HEX triplet: BC, 12 and CB. RGB value is (188,18,203). Sum of RGB (Red+Green+Blue) = 188+18+203=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC12CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12CB is #43ED34. Grayscale: #595959. Windows color (decimal): -4451637 or 13308604. OLE color: 13308604.

HSL color Cylindrical-coordinate representation of color #BC12CB: hue angle of 295.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12CB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 18 203 -
CMYK 0.07 0.91 0 0.20
HSL 295.14º 0.84% 0.43% -
HSV(B) 295.14º 0.91% 0.8% -
XYZ 31.73 15.44 57.81 -
YUV 89.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 188 18 203 0.07 0.91 0 0.20 295.14 0.84 0.43
Hex BC 12 CB 7 5B 0 14 127 54 2B
Octal 274 22 313 7 133 0 24 447 124 53
Binary 10111100 10010 11001011 111 1011011 0 10100 100100111 1010100 101011

Color Harmonies of #BC12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12CB

Black with #BC12CB

Text Example


Text Example

White with #BC12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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