Html Css Color HEX #BD1379 Medium Violet Red

📋 copy color: '#BD1379'

red 189 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #BD1379

Tints of Medium Violet Red #BD1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 57.45%
G = 5.78%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD1379 (or 0xBD1379) is known color: Medium Violet Red. HEX triplet: BD, 13 and 79. RGB value is (189,19,121). Sum of RGB (Red+Green+Blue) = 189+19+121=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1379 is #42EC86. Grayscale: #515151. Windows color (decimal): -4385927 or 7934909. OLE color: 7934909.

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

Color convert

RGB 189 19 121 -
CMYK 0 0.90 0.36 0.26
HSL 324º 0.82% 0.41% -
HSV(B) 324º 0.9% 0.74% -
XYZ 24.67 12.67 19.23 -
YUV 81.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 189 19 121 0 0.90 0.36 0.26 324 0.82 0.41
Hex BD 13 79 0 5A 24 1A 144 52 29
Octal 275 23 171 0 132 44 32 504 122 51
Binary 10111101 10011 1111001 0 1011010 100100 11010 101000100 1010010 101001

Color Harmonies of #BD1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1379

Black with #BD1379

Text Example


Text Example

White with #BD1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1379; }

 p { color: rgb(189,19,121); }

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

background-color css

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

 a { background-color: rgb(189,19,121); }

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

border-color css

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

 span { border-color: rgb(189,19,121); }

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