Html Css Color HEX #BD3F8D Medium Red Violet

📋 copy color: '#BD3F8D'

red 189 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #BD3F8D

Tints of Medium Red Violet #BD3F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 48.09%
G = 16.03%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD3F8D (or 0xBD3F8D) is known color: Medium Red Violet. HEX triplet: BD, 3F and 8D. RGB value is (189,63,141). Sum of RGB (Red+Green+Blue) = 189+63+141=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F8D is #42C072. Grayscale: #6D6D6D. Windows color (decimal): -4374643 or 9256893. OLE color: 9256893.

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

Color convert

RGB 189 63 141 -
CMYK 0 0.67 0.25 0.26
HSL 322.86º 0.5% 0.49% -
HSV(B) 322.86º 0.67% 0.74% -
XYZ 27.57 16.3 26.89 -
YUV 109.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 189 63 141 0 0.67 0.25 0.26 322.86 0.5 0.49
Hex BD 3F 8D 0 43 19 1A 143 32 31
Octal 275 77 215 0 103 31 32 503 62 61
Binary 10111101 111111 10001101 0 1000011 11001 11010 101000011 110010 110001

Color Harmonies of #BD3F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F8D

Black with #BD3F8D

Text Example


Text Example

White with #BD3F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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