Html Css Color HEX #BD3487 Medium Red Violet

📋 copy color: '#BD3487'

red 189 ◦ green 52 ◦ blue 135

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

Shades of Medium Red Violet #BD3487

Tints of Medium Red Violet #BD3487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 50.27%
G = 13.83%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD3487 (or 0xBD3487) is known color: Medium Red Violet. HEX triplet: BD, 34 and 87. RGB value is (189,52,135). Sum of RGB (Red+Green+Blue) = 189+52+135=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3487 is #42CB78. Grayscale: #666666. Windows color (decimal): -4377465 or 8860861. OLE color: 8860861.

HSL color Cylindrical-coordinate representation of color #BD3487: hue angle of 323.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3487 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 135 -
CMYK 0 0.72 0.29 0.26
HSL 323.65º 0.57% 0.47% -
HSV(B) 323.65º 0.72% 0.74% -
XYZ 26.59 15.02 24.42 -
YUV 102.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 189 52 135 0 0.72 0.29 0.26 323.65 0.57 0.47
Hex BD 34 87 0 48 1D 1A 144 39 2F
Octal 275 64 207 0 110 35 32 504 71 57
Binary 10111101 110100 10000111 0 1001000 11101 11010 101000100 111001 101111

Color Harmonies of #BD3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3487

Black with #BD3487

Text Example


Text Example

White with #BD3487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3487; }

 p { color: rgb(189,52,135); }

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

background-color css

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

 a { background-color: rgb(189,52,135); }

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

border-color css

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

 span { border-color: rgb(189,52,135); }

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