Html Css Color HEX #BD12A0 Medium Violet Red

📋 copy color: '#BD12A0'

red 189 ◦ green 18 ◦ blue 160

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

Shades of Medium Violet Red #BD12A0

Tints of Medium Violet Red #BD12A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 51.5%
G = 4.9%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD12A0 (or 0xBD12A0) is known color: Medium Violet Red. HEX triplet: BD, 12 and A0. RGB value is (189,18,160). Sum of RGB (Red+Green+Blue) = 189+18+160=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12A0 is #42ED5F. Grayscale: #545454. Windows color (decimal): -4386144 or 10490557. OLE color: 10490557.

HSL color Cylindrical-coordinate representation of color #BD12A0: hue angle of 310.18º 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 #BD12A0 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 160 -
CMYK 0 0.90 0.15 0.26
HSL 310.18º 0.83% 0.41% -
HSV(B) 310.18º 0.9% 0.74% -
XYZ 27.55 13.79 34.47 -
YUV 85.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 189 18 160 0 0.90 0.15 0.26 310.18 0.83 0.41
Hex BD 12 A0 0 5A F 1A 136 53 29
Octal 275 22 240 0 132 17 32 466 123 51
Binary 10111101 10010 10100000 0 1011010 1111 11010 100110110 1010011 101001

Color Harmonies of #BD12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12A0

Black with #BD12A0

Text Example


Text Example

White with #BD12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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