Html Css Color HEX #BD1D9D Medium Violet Red

📋 copy color: '#BD1D9D'

red 189 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #BD1D9D

Tints of Medium Violet Red #BD1D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 50.4%
G = 7.73%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD1D9D (or 0xBD1D9D) is known color: Medium Violet Red. HEX triplet: BD, 1D and 9D. RGB value is (189,29,157). Sum of RGB (Red+Green+Blue) = 189+29+157=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D9D is #42E262. Grayscale: #5B5B5B. Windows color (decimal): -4383331 or 10296765. OLE color: 10296765.

HSL color Cylindrical-coordinate representation of color #BD1D9D: hue angle of 312º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D9D is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 157 -
CMYK 0 0.85 0.17 0.26
HSL 312º 0.73% 0.43% -
HSV(B) 312º 0.85% 0.74% -
XYZ 27.51 14.13 33.18 -
YUV 91.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 189 29 157 0 0.85 0.17 0.26 312 0.73 0.43
Hex BD 1D 9D 0 55 11 1A 138 49 2B
Octal 275 35 235 0 125 21 32 470 111 53
Binary 10111101 11101 10011101 0 1010101 10001 11010 100111000 1001001 101011

Color Harmonies of #BD1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D9D

Black with #BD1D9D

Text Example


Text Example

White with #BD1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D9D; }

 p { color: rgb(189,29,157); }

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

background-color css

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

 a { background-color: rgb(189,29,157); }

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

border-color css

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

 span { border-color: rgb(189,29,157); }

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