Html Css Color HEX #BD317C Medium Red Violet

📋 copy color: '#BD317C'

red 189 ◦ green 49 ◦ blue 124

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

Shades of Medium Red Violet #BD317C

Tints of Medium Red Violet #BD317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 52.21%
G = 13.54%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD317C (or 0xBD317C) is known color: Medium Red Violet. HEX triplet: BD, 31 and 7C. RGB value is (189,49,124). Sum of RGB (Red+Green+Blue) = 189+49+124=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD317C is #42CE83. Grayscale: #636363. Windows color (decimal): -4378244 or 8139197. OLE color: 8139197.

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

Color convert

RGB 189 49 124 -
CMYK 0 0.74 0.34 0.26
HSL 327.86º 0.59% 0.47% -
HSV(B) 327.86º 0.74% 0.74% -
XYZ 25.72 14.47 20.51 -
YUV 99.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 189 49 124 0 0.74 0.34 0.26 327.86 0.59 0.47
Hex BD 31 7C 0 4A 22 1A 148 3B 2F
Octal 275 61 174 0 112 42 32 510 73 57
Binary 10111101 110001 1111100 0 1001010 100010 11010 101001000 111011 101111

Color Harmonies of #BD317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD317C

Black with #BD317C

Text Example


Text Example

White with #BD317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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