Html Css Color HEX #BD1279 Medium Violet Red

📋 copy color: '#BD1279'

red 189 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #BD1279

Tints of Medium Violet Red #BD1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

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

R = 57.62%
G = 5.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD1279 (or 0xBD1279) is known color: Medium Violet Red. HEX triplet: BD, 12 and 79. RGB value is (189,18,121). Sum of RGB (Red+Green+Blue) = 189+18+121=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1279 is #42ED86. Grayscale: #505050. Windows color (decimal): -4386183 or 7934653. OLE color: 7934653.

HSL color Cylindrical-coordinate representation of color #BD1279: hue angle of 323.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1279 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 121 -
CMYK 0 0.90 0.36 0.26
HSL 323.86º 0.83% 0.41% -
HSV(B) 323.86º 0.9% 0.74% -
XYZ 24.65 12.63 19.23 -
YUV 80.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 189 18 121 0 0.90 0.36 0.26 323.86 0.83 0.41
Hex BD 12 79 0 5A 24 1A 144 53 29
Octal 275 22 171 0 132 44 32 504 123 51
Binary 10111101 10010 1111001 0 1011010 100100 11010 101000100 1010011 101001

Color Harmonies of #BD1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1279

Black with #BD1279

Text Example


Text Example

White with #BD1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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