Html Css Color HEX #BD037A Medium Violet Red

📋 copy color: '#BD037A'

red 189 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #BD037A

Tints of Medium Violet Red #BD037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 60.19%
G = 0.96%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD037A (or 0xBD037A) is known color: Medium Violet Red. HEX triplet: BD, 03 and 7A. RGB value is (189,3,122). Sum of RGB (Red+Green+Blue) = 189+3+122=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD037A is #42FC85. Grayscale: #474747. Windows color (decimal): -4390022 or 7996349. OLE color: 7996349.

HSL color Cylindrical-coordinate representation of color #BD037A: hue angle of 321.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD037A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 122 -
CMYK 0 0.98 0.35 0.26
HSL 321.61º 0.97% 0.38% -
HSV(B) 321.61º 0.98% 0.74% -
XYZ 24.53 12.29 19.49 -
YUV 72.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 189 3 122 0 0.98 0.35 0.26 321.61 0.97 0.38
Hex BD 3 7A 0 62 23 1A 142 61 26
Octal 275 3 172 0 142 43 32 502 141 46
Binary 10111101 11 1111010 0 1100010 100011 11010 101000010 1100001 100110

Color Harmonies of #BD037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD037A

Black with #BD037A

Text Example


Text Example

White with #BD037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD037A; }

 p { color: rgb(189,3,122); }

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

background-color css

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

 a { background-color: rgb(189,3,122); }

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

border-color css

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

 span { border-color: rgb(189,3,122); }

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