Html Css Color HEX #BD166D Medium Violet Red

📋 copy color: '#BD166D'

red 189 ◦ green 22 ◦ blue 109

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

Shades of Medium Violet Red #BD166D

Tints of Medium Violet Red #BD166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 59.06%
G = 6.88%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD166D (or 0xBD166D) is known color: Medium Violet Red. HEX triplet: BD, 16 and 6D. RGB value is (189,22,109). Sum of RGB (Red+Green+Blue) = 189+22+109=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD166D is #42E992. Grayscale: #515151. Windows color (decimal): -4385171 or 7149245. OLE color: 7149245.

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

Color convert

RGB 189 22 109 -
CMYK 0 0.88 0.42 0.26
HSL 328.74º 0.79% 0.41% -
HSV(B) 328.74º 0.88% 0.74% -
XYZ 24.03 12.5 15.61 -
YUV 81.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 189 22 109 0 0.88 0.42 0.26 328.74 0.79 0.41
Hex BD 16 6D 0 58 2A 1A 149 4F 29
Octal 275 26 155 0 130 52 32 511 117 51
Binary 10111101 10110 1101101 0 1011000 101010 11010 101001001 1001111 101001

Color Harmonies of #BD166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD166D

Black with #BD166D

Text Example


Text Example

White with #BD166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD166D; }

 p { color: rgb(189,22,109); }

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

background-color css

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

 a { background-color: rgb(189,22,109); }

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

border-color css

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

 span { border-color: rgb(189,22,109); }

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