Html Css Color HEX #BD167D Medium Violet Red

📋 copy color: '#BD167D'

red 189 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #BD167D

Tints of Medium Violet Red #BD167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 56.25%
G = 6.55%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD167D (or 0xBD167D) is known color: Medium Violet Red. HEX triplet: BD, 16 and 7D. RGB value is (189,22,125). Sum of RGB (Red+Green+Blue) = 189+22+125=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD167D is #42E982. Grayscale: #535353. Windows color (decimal): -4385155 or 8197821. OLE color: 8197821.

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

Color convert

RGB 189 22 125 -
CMYK 0 0.88 0.34 0.26
HSL 322.99º 0.79% 0.41% -
HSV(B) 322.99º 0.88% 0.74% -
XYZ 24.97 12.87 20.57 -
YUV 83.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 189 22 125 0 0.88 0.34 0.26 322.99 0.79 0.41
Hex BD 16 7D 0 58 22 1A 143 4F 29
Octal 275 26 175 0 130 42 32 503 117 51
Binary 10111101 10110 1111101 0 1011000 100010 11010 101000011 1001111 101001

Color Harmonies of #BD167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD167D

Black with #BD167D

Text Example


Text Example

White with #BD167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD167D; }

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

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

background-color css

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

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

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

border-color css

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

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

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