Html Css Color HEX #BD168C Medium Violet Red

📋 copy color: '#BD168C'

red 189 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #BD168C

Tints of Medium Violet Red #BD168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 53.85%
G = 6.27%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD168C (or 0xBD168C) is known color: Medium Violet Red. HEX triplet: BD, 16 and 8C. RGB value is (189,22,140). Sum of RGB (Red+Green+Blue) = 189+22+140=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD168C is #42E973. Grayscale: #555555. Windows color (decimal): -4385140 or 9180861. OLE color: 9180861.

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

Color convert

RGB 189 22 140 -
CMYK 0 0.88 0.26 0.26
HSL 317.6º 0.79% 0.41% -
HSV(B) 317.6º 0.88% 0.74% -
XYZ 26.01 13.29 26 -
YUV 85.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 189 22 140 0 0.88 0.26 0.26 317.6 0.79 0.41
Hex BD 16 8C 0 58 1A 1A 13E 4F 29
Octal 275 26 214 0 130 32 32 476 117 51
Binary 10111101 10110 10001100 0 1011000 11010 11010 100111110 1001111 101001

Color Harmonies of #BD168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD168C

Black with #BD168C

Text Example


Text Example

White with #BD168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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