Html Css Color HEX #BD1E6D Medium Violet Red

📋 copy color: '#BD1E6D'

red 189 ◦ green 30 ◦ blue 109

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

Shades of Medium Violet Red #BD1E6D

Tints of Medium Violet Red #BD1E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.15%

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 57.62%
G = 9.15%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD1E6D (or 0xBD1E6D) is known color: Medium Violet Red. HEX triplet: BD, 1E and 6D. RGB value is (189,30,109). Sum of RGB (Red+Green+Blue) = 189+30+109=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E6D is #42E192. Grayscale: #565656. Windows color (decimal): -4383123 or 7151293. OLE color: 7151293.

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

Color convert

RGB 189 30 109 -
CMYK 0 0.84 0.42 0.26
HSL 330.19º 0.73% 0.43% -
HSV(B) 330.19º 0.84% 0.74% -
XYZ 24.21 12.85 15.67 -
YUV 86.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 189 30 109 0 0.84 0.42 0.26 330.19 0.73 0.43
Hex BD 1E 6D 0 54 2A 1A 14A 49 2B
Octal 275 36 155 0 124 52 32 512 111 53
Binary 10111101 11110 1101101 0 1010100 101010 11010 101001010 1001001 101011

Color Harmonies of #BD1E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E6D

Black with #BD1E6D

Text Example


Text Example

White with #BD1E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E6D; }

 p { color: rgb(189,30,109); }

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

background-color css

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

 a { background-color: rgb(189,30,109); }

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

border-color css

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

 span { border-color: rgb(189,30,109); }

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