Html Css Color HEX #BD347D Medium Red Violet

📋 copy color: '#BD347D'

red 189 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #BD347D

Tints of Medium Red Violet #BD347D

RGB

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

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

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

R = 51.64%
G = 14.21%
B = 34.15%

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

#BD347D (or 0xBD347D) is known color: Medium Red Violet. HEX triplet: BD, 34 and 7D. RGB value is (189,52,125). Sum of RGB (Red+Green+Blue) = 189+52+125=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD347D is #42CB82. Grayscale: #656565. Windows color (decimal): -4377475 or 8205501. OLE color: 8205501.

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

Color convert

RGB 189 52 125 -
CMYK 0 0.72 0.34 0.26
HSL 328.03º 0.57% 0.47% -
HSV(B) 328.03º 0.72% 0.74% -
XYZ 25.92 14.76 20.88 -
YUV 101.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 189 52 125 0 0.72 0.34 0.26 328.03 0.57 0.47
Hex BD 34 7D 0 48 22 1A 148 39 2F
Octal 275 64 175 0 110 42 32 510 71 57
Binary 10111101 110100 1111101 0 1001000 100010 11010 101001000 111001 101111

Color Harmonies of #BD347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD347D

Black with #BD347D

Text Example


Text Example

White with #BD347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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