Html Css Color HEX #BD357D Medium Red Violet

📋 copy color: '#BD357D'

red 189 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #BD357D

Tints of Medium Red Violet #BD357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 51.5%
G = 14.44%
B = 34.06%

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

#BD357D (or 0xBD357D) is known color: Medium Red Violet. HEX triplet: BD, 35 and 7D. RGB value is (189,53,125). Sum of RGB (Red+Green+Blue) = 189+53+125=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD357D is #42CA82. Grayscale: #656565. Windows color (decimal): -4377219 or 8205757. OLE color: 8205757.

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

Color convert

RGB 189 53 125 -
CMYK 0 0.72 0.34 0.26
HSL 328.24º 0.56% 0.47% -
HSV(B) 328.24º 0.72% 0.74% -
XYZ 25.96 14.85 20.9 -
YUV 101.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 189 53 125 0 0.72 0.34 0.26 328.24 0.56 0.47
Hex BD 35 7D 0 48 22 1A 148 38 2F
Octal 275 65 175 0 110 42 32 510 70 57
Binary 10111101 110101 1111101 0 1001000 100010 11010 101001000 111000 101111

Color Harmonies of #BD357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD357D

Black with #BD357D

Text Example


Text Example

White with #BD357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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