Html Css Color HEX #BD349C Medium Red Violet

📋 copy color: '#BD349C'

red 189 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #BD349C

Tints of Medium Red Violet #BD349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 47.61%
G = 13.1%
B = 39.29%

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

#BD349C (or 0xBD349C) is known color: Medium Red Violet. HEX triplet: BD, 34 and 9C. RGB value is (189,52,156). Sum of RGB (Red+Green+Blue) = 189+52+156=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD349C is #42CB63. Grayscale: #686868. Windows color (decimal): -4377444 or 10237117. OLE color: 10237117.

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

Color convert

RGB 189 52 156 -
CMYK 0 0.72 0.17 0.26
HSL 314.45º 0.57% 0.47% -
HSV(B) 314.45º 0.72% 0.74% -
XYZ 28.22 15.68 32.99 -
YUV 104.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 189 52 156 0 0.72 0.17 0.26 314.45 0.57 0.47
Hex BD 34 9C 0 48 11 1A 13A 39 2F
Octal 275 64 234 0 110 21 32 472 71 57
Binary 10111101 110100 10011100 0 1001000 10001 11010 100111010 111001 101111

Color Harmonies of #BD349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD349C

Black with #BD349C

Text Example


Text Example

White with #BD349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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