Html Css Color HEX #BD1D9C Medium Violet Red

📋 copy color: '#BD1D9C'

red 189 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #BD1D9C

Tints of Medium Violet Red #BD1D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 50.53%
G = 7.75%
B = 41.71%

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

#BD1D9C (or 0xBD1D9C) is known color: Medium Violet Red. HEX triplet: BD, 1D and 9C. RGB value is (189,29,156). Sum of RGB (Red+Green+Blue) = 189+29+156=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D9C is #42E263. Grayscale: #5A5A5A. Windows color (decimal): -4383332 or 10231229. OLE color: 10231229.

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

Color convert

RGB 189 29 156 -
CMYK 0 0.85 0.17 0.26
HSL 312.38º 0.73% 0.43% -
HSV(B) 312.38º 0.85% 0.74% -
XYZ 27.43 14.1 32.73 -
YUV 91.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 189 29 156 0 0.85 0.17 0.26 312.38 0.73 0.43
Hex BD 1D 9C 0 55 11 1A 138 49 2B
Octal 275 35 234 0 125 21 32 470 111 53
Binary 10111101 11101 10011100 0 1010101 10001 11010 100111000 1001001 101011

Color Harmonies of #BD1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D9C

Black with #BD1D9C

Text Example


Text Example

White with #BD1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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