Html Css Color HEX #BD357C Medium Red Violet

📋 copy color: '#BD357C'

red 189 ◦ green 53 ◦ blue 124

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

Shades of Medium Red Violet #BD357C

Tints of Medium Red Violet #BD357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.48%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 51.64%
G = 14.48%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD357C (or 0xBD357C) is known color: Medium Red Violet. HEX triplet: BD, 35 and 7C. RGB value is (189,53,124). Sum of RGB (Red+Green+Blue) = 189+53+124=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD357C is #42CA83. Grayscale: #656565. Windows color (decimal): -4377220 or 8140221. OLE color: 8140221.

HSL color Cylindrical-coordinate representation of color #BD357C: hue angle of 328.68º degrees, saturation: 0.56, 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 #BD357C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 124 -
CMYK 0 0.72 0.34 0.26
HSL 328.68º 0.56% 0.47% -
HSV(B) 328.68º 0.72% 0.74% -
XYZ 25.9 14.82 20.56 -
YUV 101.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 189 53 124 0 0.72 0.34 0.26 328.68 0.56 0.47
Hex BD 35 7C 0 48 22 1A 149 38 2F
Octal 275 65 174 0 110 42 32 511 70 57
Binary 10111101 110101 1111100 0 1001000 100010 11010 101001001 111000 101111

Color Harmonies of #BD357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD357C

Black with #BD357C

Text Example


Text Example

White with #BD357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD357C; }

 p { color: rgb(189,53,124); }

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

background-color css

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

 a { background-color: rgb(189,53,124); }

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

border-color css

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

 span { border-color: rgb(189,53,124); }

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