Html Css Color HEX #BD12A5 Medium Violet Red

📋 copy color: '#BD12A5'

red 189 ◦ green 18 ◦ blue 165

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

Shades of Medium Violet Red #BD12A5

Tints of Medium Violet Red #BD12A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.35%

R = 50.81%
G = 4.84%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD12A5 (or 0xBD12A5) is known color: Medium Violet Red. HEX triplet: BD, 12 and A5. RGB value is (189,18,165). Sum of RGB (Red+Green+Blue) = 189+18+165=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12A5 is #42ED5A. Grayscale: #555555. Windows color (decimal): -4386139 or 10818237. OLE color: 10818237.

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

Color convert

RGB 189 18 165 -
CMYK 0 0.90 0.13 0.26
HSL 308.42º 0.83% 0.41% -
HSV(B) 308.42º 0.9% 0.74% -
XYZ 27.99 13.97 36.82 -
YUV 85.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 189 18 165 0 0.90 0.13 0.26 308.42 0.83 0.41
Hex BD 12 A5 0 5A D 1A 134 53 29
Octal 275 22 245 0 132 15 32 464 123 51
Binary 10111101 10010 10100101 0 1011010 1101 11010 100110100 1010011 101001

Color Harmonies of #BD12A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12A5

Black with #BD12A5

Text Example


Text Example

White with #BD12A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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