Html Css Color HEX #BD197F Medium Violet Red

📋 copy color: '#BD197F'

red 189 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #BD197F

Tints of Medium Violet Red #BD197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 127 (50% from 255) = 37.24%

R = 55.43%
G = 7.33%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD197F (or 0xBD197F) is known color: Medium Violet Red. HEX triplet: BD, 19 and 7F. RGB value is (189,25,127). Sum of RGB (Red+Green+Blue) = 189+25+127=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD197F is #42E680. Grayscale: #555555. Windows color (decimal): -4384385 or 8329661. OLE color: 8329661.

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

Color convert

RGB 189 25 127 -
CMYK 0 0.87 0.33 0.26
HSL 322.68º 0.77% 0.42% -
HSV(B) 322.68º 0.87% 0.74% -
XYZ 25.16 13.05 21.27 -
YUV 85.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 189 25 127 0 0.87 0.33 0.26 322.68 0.77 0.42
Hex BD 19 7F 0 57 21 1A 143 4D 2A
Octal 275 31 177 0 127 41 32 503 115 52
Binary 10111101 11001 1111111 0 1010111 100001 11010 101000011 1001101 101010

Color Harmonies of #BD197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD197F

Black with #BD197F

Text Example


Text Example

White with #BD197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD197F; }

 p { color: rgb(189,25,127); }

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

background-color css

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

 a { background-color: rgb(189,25,127); }

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

border-color css

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

 span { border-color: rgb(189,25,127); }

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