Html Css Color HEX #BD1F74 Medium Violet Red

📋 copy color: '#BD1F74'

red 189 ◦ green 31 ◦ blue 116

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

Shades of Medium Violet Red #BD1F74

Tints of Medium Violet Red #BD1F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 56.25%
G = 9.23%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD1F74 (or 0xBD1F74) is known color: Medium Violet Red. HEX triplet: BD, 1F and 74. RGB value is (189,31,116). Sum of RGB (Red+Green+Blue) = 189+31+116=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F74 is #42E08B. Grayscale: #575757. Windows color (decimal): -4382860 or 7610301. OLE color: 7610301.

HSL color Cylindrical-coordinate representation of color #BD1F74: hue angle of 327.72º degrees, saturation: 0.72, 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 #BD1F74 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 116 -
CMYK 0 0.84 0.39 0.26
HSL 327.72º 0.72% 0.43% -
HSV(B) 327.72º 0.84% 0.74% -
XYZ 24.63 13.06 17.75 -
YUV 87.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 189 31 116 0 0.84 0.39 0.26 327.72 0.72 0.43
Hex BD 1F 74 0 54 27 1A 148 48 2B
Octal 275 37 164 0 124 47 32 510 110 53
Binary 10111101 11111 1110100 0 1010100 100111 11010 101001000 1001000 101011

Color Harmonies of #BD1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F74

Black with #BD1F74

Text Example


Text Example

White with #BD1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F74; }

 p { color: rgb(189,31,116); }

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

background-color css

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

 a { background-color: rgb(189,31,116); }

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

border-color css

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

 span { border-color: rgb(189,31,116); }

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