Html Css Color HEX #BD1472 Medium Violet Red

📋 copy color: '#BD1472'

red 189 ◦ green 20 ◦ blue 114

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

Shades of Medium Violet Red #BD1472

Tints of Medium Violet Red #BD1472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 58.51%
G = 6.19%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD1472 (or 0xBD1472) is known color: Medium Violet Red. HEX triplet: BD, 14 and 72. RGB value is (189,20,114). Sum of RGB (Red+Green+Blue) = 189+20+114=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1472 is #42EB8D. Grayscale: #515151. Windows color (decimal): -4385678 or 7476413. OLE color: 7476413.

HSL color Cylindrical-coordinate representation of color #BD1472: hue angle of 326.63º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1472 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 114 -
CMYK 0 0.89 0.40 0.26
HSL 326.63º 0.81% 0.41% -
HSV(B) 326.63º 0.89% 0.74% -
XYZ 24.27 12.53 17.06 -
YUV 81.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 189 20 114 0 0.89 0.40 0.26 326.63 0.81 0.41
Hex BD 14 72 0 59 28 1A 147 51 29
Octal 275 24 162 0 131 50 32 507 121 51
Binary 10111101 10100 1110010 0 1011001 101000 11010 101000111 1010001 101001

Color Harmonies of #BD1472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1472

Black with #BD1472

Text Example


Text Example

White with #BD1472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1472; }

 p { color: rgb(189,20,114); }

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

background-color css

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

 a { background-color: rgb(189,20,114); }

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

border-color css

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

 span { border-color: rgb(189,20,114); }

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