Html Css Color HEX #BD168E Medium Violet Red

📋 copy color: '#BD168E'

red 189 ◦ green 22 ◦ blue 142

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

Shades of Medium Violet Red #BD168E

Tints of Medium Violet Red #BD168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 53.54%
G = 6.23%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD168E (or 0xBD168E) is known color: Medium Violet Red. HEX triplet: BD, 16 and 8E. RGB value is (189,22,142). Sum of RGB (Red+Green+Blue) = 189+22+142=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD168E is #42E971. Grayscale: #555555. Windows color (decimal): -4385138 or 9311933. OLE color: 9311933.

HSL color Cylindrical-coordinate representation of color #BD168E: hue angle of 316.89º 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 #BD168E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 142 -
CMYK 0 0.88 0.25 0.26
HSL 316.89º 0.79% 0.41% -
HSV(B) 316.89º 0.88% 0.74% -
XYZ 26.16 13.35 26.79 -
YUV 85.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 189 22 142 0 0.88 0.25 0.26 316.89 0.79 0.41
Hex BD 16 8E 0 58 19 1A 13D 4F 29
Octal 275 26 216 0 130 31 32 475 117 51
Binary 10111101 10110 10001110 0 1011000 11001 11010 100111101 1001111 101001

Color Harmonies of #BD168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD168E

Black with #BD168E

Text Example


Text Example

White with #BD168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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