Html Css Color HEX #BD1679 Medium Violet Red

📋 copy color: '#BD1679'

red 189 ◦ green 22 ◦ blue 121

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

Shades of Medium Violet Red #BD1679

Tints of Medium Violet Red #BD1679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 56.93%
G = 6.63%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD1679 (or 0xBD1679) is known color: Medium Violet Red. HEX triplet: BD, 16 and 79. RGB value is (189,22,121). Sum of RGB (Red+Green+Blue) = 189+22+121=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1679 is #42E986. Grayscale: #525252. Windows color (decimal): -4385159 or 7935677. OLE color: 7935677.

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

Color convert

RGB 189 22 121 -
CMYK 0 0.88 0.36 0.26
HSL 324.43º 0.79% 0.41% -
HSV(B) 324.43º 0.88% 0.74% -
XYZ 24.72 12.77 19.25 -
YUV 83.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 189 22 121 0 0.88 0.36 0.26 324.43 0.79 0.41
Hex BD 16 79 0 58 24 1A 144 4F 29
Octal 275 26 171 0 130 44 32 504 117 51
Binary 10111101 10110 1111001 0 1011000 100100 11010 101000100 1001111 101001

Color Harmonies of #BD1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1679

Black with #BD1679

Text Example


Text Example

White with #BD1679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1679; }

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

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

background-color css

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

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

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

border-color css

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

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

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