Html Css Color HEX #BD339C Medium Red Violet

📋 copy color: '#BD339C'

red 189 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #BD339C

Tints of Medium Red Violet #BD339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

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

R = 47.73%
G = 12.88%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD339C (or 0xBD339C) is known color: Medium Red Violet. HEX triplet: BD, 33 and 9C. RGB value is (189,51,156). Sum of RGB (Red+Green+Blue) = 189+51+156=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD339C is #42CC63. Grayscale: #676767. Windows color (decimal): -4377700 or 10236861. OLE color: 10236861.

HSL color Cylindrical-coordinate representation of color #BD339C: hue angle of 314.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD339C is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 156 -
CMYK 0 0.73 0.17 0.26
HSL 314.35º 0.58% 0.47% -
HSV(B) 314.35º 0.73% 0.74% -
XYZ 28.17 15.59 32.98 -
YUV 104.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 189 51 156 0 0.73 0.17 0.26 314.35 0.58 0.47
Hex BD 33 9C 0 49 11 1A 13A 3A 2F
Octal 275 63 234 0 111 21 32 472 72 57
Binary 10111101 110011 10011100 0 1001001 10001 11010 100111010 111010 101111

Color Harmonies of #BD339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD339C

Black with #BD339C

Text Example


Text Example

White with #BD339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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