Html Css Color HEX #BD318E Medium Red Violet

📋 copy color: '#BD318E'

red 189 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #BD318E

Tints of Medium Red Violet #BD318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 49.74%
G = 12.89%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD318E (or 0xBD318E) is known color: Medium Red Violet. HEX triplet: BD, 31 and 8E. RGB value is (189,49,142). Sum of RGB (Red+Green+Blue) = 189+49+142=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD318E is #42CE71. Grayscale: #656565. Windows color (decimal): -4378226 or 9318845. OLE color: 9318845.

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

Color convert

RGB 189 49 142 -
CMYK 0 0.74 0.25 0.26
HSL 320.14º 0.59% 0.47% -
HSV(B) 320.14º 0.74% 0.74% -
XYZ 26.97 14.97 27.06 -
YUV 101.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 189 49 142 0 0.74 0.25 0.26 320.14 0.59 0.47
Hex BD 31 8E 0 4A 19 1A 140 3B 2F
Octal 275 61 216 0 112 31 32 500 73 57
Binary 10111101 110001 10001110 0 1001010 11001 11010 101000000 111011 101111

Color Harmonies of #BD318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD318E

Black with #BD318E

Text Example


Text Example

White with #BD318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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