Html Css Color HEX #BD167F Medium Violet Red

📋 copy color: '#BD167F'

red 189 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #BD167F

Tints of Medium Violet Red #BD167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 55.92%
G = 6.51%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD167F (or 0xBD167F) is known color: Medium Violet Red. HEX triplet: BD, 16 and 7F. RGB value is (189,22,127). Sum of RGB (Red+Green+Blue) = 189+22+127=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD167F is #42E980. Grayscale: #535353. Windows color (decimal): -4385153 or 8328893. OLE color: 8328893.

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

Color convert

RGB 189 22 127 -
CMYK 0 0.88 0.33 0.26
HSL 322.28º 0.79% 0.41% -
HSV(B) 322.28º 0.88% 0.74% -
XYZ 25.1 12.92 21.25 -
YUV 83.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 189 22 127 0 0.88 0.33 0.26 322.28 0.79 0.41
Hex BD 16 7F 0 58 21 1A 142 4F 29
Octal 275 26 177 0 130 41 32 502 117 51
Binary 10111101 10110 1111111 0 1011000 100001 11010 101000010 1001111 101001

Color Harmonies of #BD167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD167F

Black with #BD167F

Text Example


Text Example

White with #BD167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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