Html Css Color HEX #BD318C Medium Red Violet

📋 copy color: '#BD318C'

red 189 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #BD318C

Tints of Medium Red Violet #BD318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

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

R = 50%
G = 12.96%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD318C (or 0xBD318C) is known color: Medium Red Violet. HEX triplet: BD, 31 and 8C. RGB value is (189,49,140). Sum of RGB (Red+Green+Blue) = 189+49+140=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD318C is #42CE73. Grayscale: #656565. Windows color (decimal): -4378228 or 9187773. OLE color: 9187773.

HSL color Cylindrical-coordinate representation of color #BD318C: hue angle of 321º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD318C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 49 140 -
CMYK 0 0.74 0.26 0.26
HSL 321º 0.59% 0.47% -
HSV(B) 321º 0.74% 0.74% -
XYZ 26.82 14.91 26.28 -
YUV 101.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 189 49 140 0 0.74 0.26 0.26 321 0.59 0.47
Hex BD 31 8C 0 4A 1A 1A 141 3B 2F
Octal 275 61 214 0 112 32 32 501 73 57
Binary 10111101 110001 10001100 0 1001010 11010 11010 101000001 111011 101111

Color Harmonies of #BD318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD318C

Black with #BD318C

Text Example


Text Example

White with #BD318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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