Html Css Color HEX #BD349D Medium Red Violet

📋 copy color: '#BD349D'

red 189 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #BD349D

Tints of Medium Red Violet #BD349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 47.49%
G = 13.07%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD349D (or 0xBD349D) is known color: Medium Red Violet. HEX triplet: BD, 34 and 9D. RGB value is (189,52,157). Sum of RGB (Red+Green+Blue) = 189+52+157=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD349D is #42CB62. Grayscale: #686868. Windows color (decimal): -4377443 or 10302653. OLE color: 10302653.

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

Color convert

RGB 189 52 157 -
CMYK 0 0.72 0.17 0.26
HSL 314.01º 0.57% 0.47% -
HSV(B) 314.01º 0.72% 0.74% -
XYZ 28.3 15.71 33.44 -
YUV 104.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 189 52 157 0 0.72 0.17 0.26 314.01 0.57 0.47
Hex BD 34 9D 0 48 11 1A 13A 39 2F
Octal 275 64 235 0 110 21 32 472 71 57
Binary 10111101 110100 10011101 0 1001000 10001 11010 100111010 111001 101111

Color Harmonies of #BD349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD349D

Black with #BD349D

Text Example


Text Example

White with #BD349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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