Html Css Color HEX #BD156E Medium Violet Red

📋 copy color: '#BD156E'

red 189 ◦ green 21 ◦ blue 110

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

Shades of Medium Violet Red #BD156E

Tints of Medium Violet Red #BD156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

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

R = 59.06%
G = 6.56%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD156E (or 0xBD156E) is known color: Medium Violet Red. HEX triplet: BD, 15 and 6E. RGB value is (189,21,110). Sum of RGB (Red+Green+Blue) = 189+21+110=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD156E is #42EA91. Grayscale: #515151. Windows color (decimal): -4385426 or 7214525. OLE color: 7214525.

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

Color convert

RGB 189 21 110 -
CMYK 0 0.89 0.42 0.26
HSL 328.21º 0.8% 0.41% -
HSV(B) 328.21º 0.89% 0.74% -
XYZ 24.07 12.48 15.89 -
YUV 81.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 189 21 110 0 0.89 0.42 0.26 328.21 0.8 0.41
Hex BD 15 6E 0 59 2A 1A 148 50 29
Octal 275 25 156 0 131 52 32 510 120 51
Binary 10111101 10101 1101110 0 1011001 101010 11010 101001000 1010000 101001

Color Harmonies of #BD156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD156E

Black with #BD156E

Text Example


Text Example

White with #BD156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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