Html Css Color HEX #BD3F95 Medium Red Violet

📋 copy color: '#BD3F95'

red 189 ◦ green 63 ◦ blue 149

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

Shades of Medium Red Violet #BD3F95

Tints of Medium Red Violet #BD3F95

RGB

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

 GREEN value IS 63 (25% from 255) = 15.71%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 47.13%
G = 15.71%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD3F95 (or 0xBD3F95) is known color: Medium Red Violet. HEX triplet: BD, 3F and 95. RGB value is (189,63,149). Sum of RGB (Red+Green+Blue) = 189+63+149=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F95 is #42C06A. Grayscale: #6E6E6E. Windows color (decimal): -4374635 or 9781181. OLE color: 9781181.

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

Color convert

RGB 189 63 149 -
CMYK 0 0.67 0.21 0.26
HSL 319.05º 0.5% 0.49% -
HSV(B) 319.05º 0.67% 0.74% -
XYZ 28.19 16.54 30.14 -
YUV 110.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 189 63 149 0 0.67 0.21 0.26 319.05 0.5 0.49
Hex BD 3F 95 0 43 15 1A 13F 32 31
Octal 275 77 225 0 103 25 32 477 62 61
Binary 10111101 111111 10010101 0 1000011 10101 11010 100111111 110010 110001

Color Harmonies of #BD3F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F95

Black with #BD3F95

Text Example


Text Example

White with #BD3F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F95; }

 p { color: rgb(189,63,149); }

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

background-color css

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

 a { background-color: rgb(189,63,149); }

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

border-color css

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

 span { border-color: rgb(189,63,149); }

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