Html Css Color HEX #BD316E Medium Red Violet

📋 copy color: '#BD316E'

red 189 ◦ green 49 ◦ blue 110

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

Shades of Medium Red Violet #BD316E

Tints of Medium Red Violet #BD316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 54.31%
G = 14.08%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD316E (or 0xBD316E) is known color: Medium Red Violet. HEX triplet: BD, 31 and 6E. RGB value is (189,49,110). Sum of RGB (Red+Green+Blue) = 189+49+110=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD316E is #42CE91. Grayscale: #616161. Windows color (decimal): -4378258 or 7221693. OLE color: 7221693.

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

Color convert

RGB 189 49 110 -
CMYK 0 0.74 0.42 0.26
HSL 333.86º 0.59% 0.47% -
HSV(B) 333.86º 0.74% 0.74% -
XYZ 24.9 14.14 16.17 -
YUV 97.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 189 49 110 0 0.74 0.42 0.26 333.86 0.59 0.47
Hex BD 31 6E 0 4A 2A 1A 14E 3B 2F
Octal 275 61 156 0 112 52 32 516 73 57
Binary 10111101 110001 1101110 0 1001010 101010 11010 101001110 111011 101111

Color Harmonies of #BD316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD316E

Black with #BD316E

Text Example


Text Example

White with #BD316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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