Html Css Color HEX #BD12B4 Deep Magenta

📋 copy color: '#BD12B4'

red 189 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #BD12B4

Tints of Deep Magenta #BD12B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.51%

R = 48.84%
G = 4.65%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD12B4 (or 0xBD12B4) is known color: Deep Magenta. HEX triplet: BD, 12 and B4. RGB value is (189,18,180). Sum of RGB (Red+Green+Blue) = 189+18+180=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12B4 is #42ED4B. Grayscale: #575757. Windows color (decimal): -4386124 or 11801277. OLE color: 11801277.

HSL color Cylindrical-coordinate representation of color #BD12B4: hue angle of 303.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD12B4 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 180 -
CMYK 0 0.90 0.05 0.26
HSL 303.16º 0.83% 0.41% -
HSV(B) 303.16º 0.9% 0.74% -
XYZ 29.44 14.55 44.44 -
YUV 87.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 189 18 180 0 0.90 0.05 0.26 303.16 0.83 0.41
Hex BD 12 B4 0 5A 5 1A 12F 53 29
Octal 275 22 264 0 132 5 32 457 123 51
Binary 10111101 10010 10110100 0 1011010 101 11010 100101111 1010011 101001

Color Harmonies of #BD12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12B4

Black with #BD12B4

Text Example


Text Example

White with #BD12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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