Html Css Color HEX #BD137F Medium Violet Red

📋 copy color: '#BD137F'

red 189 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #BD137F

Tints of Medium Violet Red #BD137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 56.42%
G = 5.67%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD137F (or 0xBD137F) is known color: Medium Violet Red. HEX triplet: BD, 13 and 7F. RGB value is (189,19,127). Sum of RGB (Red+Green+Blue) = 189+19+127=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD137F is #42EC80. Grayscale: #515151. Windows color (decimal): -4385921 or 8328125. OLE color: 8328125.

HSL color Cylindrical-coordinate representation of color #BD137F: hue angle of 321.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD137F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 127 -
CMYK 0 0.90 0.33 0.26
HSL 321.88º 0.82% 0.41% -
HSV(B) 321.88º 0.9% 0.74% -
XYZ 25.05 12.82 21.23 -
YUV 82.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 189 19 127 0 0.90 0.33 0.26 321.88 0.82 0.41
Hex BD 13 7F 0 5A 21 1A 142 52 29
Octal 275 23 177 0 132 41 32 502 122 51
Binary 10111101 10011 1111111 0 1011010 100001 11010 101000010 1010010 101001

Color Harmonies of #BD137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD137F

Black with #BD137F

Text Example


Text Example

White with #BD137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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