Html Css Color HEX #BD136E Medium Violet Red

📋 copy color: '#BD136E'

red 189 ◦ green 19 ◦ blue 110

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

Shades of Medium Violet Red #BD136E

Tints of Medium Violet Red #BD136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 59.43%
G = 5.97%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD136E (or 0xBD136E) is known color: Medium Violet Red. HEX triplet: BD, 13 and 6E. RGB value is (189,19,110). Sum of RGB (Red+Green+Blue) = 189+19+110=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD136E is #42EC91. Grayscale: #505050. Windows color (decimal): -4385938 or 7214013. OLE color: 7214013.

HSL color Cylindrical-coordinate representation of color #BD136E: hue angle of 327.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 #BD136E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 110 -
CMYK 0 0.90 0.42 0.26
HSL 327.88º 0.82% 0.41% -
HSV(B) 327.88º 0.9% 0.74% -
XYZ 24.03 12.41 15.88 -
YUV 80.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 189 19 110 0 0.90 0.42 0.26 327.88 0.82 0.41
Hex BD 13 6E 0 5A 2A 1A 148 52 29
Octal 275 23 156 0 132 52 32 510 122 51
Binary 10111101 10011 1101110 0 1011010 101010 11010 101001000 1010010 101001

Color Harmonies of #BD136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD136E

Black with #BD136E

Text Example


Text Example

White with #BD136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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