Html Css Color HEX #BD12CB Deep Magenta

📋 copy color: '#BD12CB'

red 189 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #BD12CB

Tints of Deep Magenta #BD12CB

RGB

 RED value IS 189 (74.22% from 255) = 46.1%

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

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

R = 46.1%
G = 4.39%
B = 49.51%

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

#BD12CB (or 0xBD12CB) is known color: Deep Magenta. HEX triplet: BD, 12 and CB. RGB value is (189,18,203). Sum of RGB (Red+Green+Blue) = 189+18+203=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD12CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12CB is #42ED34. Grayscale: #595959. Windows color (decimal): -4386101 or 13308605. OLE color: 13308605.

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

Color convert

RGB 189 18 203 -
CMYK 0.07 0.91 0 0.20
HSL 295.46º 0.84% 0.43% -
HSV(B) 295.46º 0.91% 0.8% -
XYZ 31.98 15.56 57.82 -
YUV 90.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 189 18 203 0.07 0.91 0 0.20 295.46 0.84 0.43
Hex BD 12 CB 7 5B 0 14 127 54 2B
Octal 275 22 313 7 133 0 24 447 124 53
Binary 10111101 10010 11001011 111 1011011 0 10100 100100111 1010100 101011

Color Harmonies of #BD12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12CB

Black with #BD12CB

Text Example


Text Example

White with #BD12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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