Html Css Color HEX #BD1C7E Medium Violet Red

📋 copy color: '#BD1C7E'

red 189 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #BD1C7E

Tints of Medium Violet Red #BD1C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 55.1%
G = 8.16%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD1C7E (or 0xBD1C7E) is known color: Medium Violet Red. HEX triplet: BD, 1C and 7E. RGB value is (189,28,126). Sum of RGB (Red+Green+Blue) = 189+28+126=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C7E is #42E381. Grayscale: #575757. Windows color (decimal): -4383618 or 8264893. OLE color: 8264893.

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

Color convert

RGB 189 28 126 -
CMYK 0 0.85 0.33 0.26
HSL 323.48º 0.74% 0.43% -
HSV(B) 323.48º 0.85% 0.74% -
XYZ 25.17 13.16 20.95 -
YUV 87.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 189 28 126 0 0.85 0.33 0.26 323.48 0.74 0.43
Hex BD 1C 7E 0 55 21 1A 143 4A 2B
Octal 275 34 176 0 125 41 32 503 112 53
Binary 10111101 11100 1111110 0 1010101 100001 11010 101000011 1001010 101011

Color Harmonies of #BD1C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C7E

Black with #BD1C7E

Text Example


Text Example

White with #BD1C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C7E; }

 p { color: rgb(189,28,126); }

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

background-color css

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

 a { background-color: rgb(189,28,126); }

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

border-color css

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

 span { border-color: rgb(189,28,126); }

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