Html Css Color HEX #BD329F Medium Red Violet

📋 copy color: '#BD329F'

red 189 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #BD329F

Tints of Medium Red Violet #BD329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.56%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 47.49%
G = 12.56%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD329F (or 0xBD329F) is known color: Medium Red Violet. HEX triplet: BD, 32 and 9F. RGB value is (189,50,159). Sum of RGB (Red+Green+Blue) = 189+50+159=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD329F is #42CD60. Grayscale: #676767. Windows color (decimal): -4377953 or 10433213. OLE color: 10433213.

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

Color convert

RGB 189 50 159 -
CMYK 0 0.74 0.16 0.26
HSL 312.95º 0.58% 0.47% -
HSV(B) 312.95º 0.74% 0.74% -
XYZ 28.38 15.6 34.32 -
YUV 103.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 189 50 159 0 0.74 0.16 0.26 312.95 0.58 0.47
Hex BD 32 9F 0 4A 10 1A 139 3A 2F
Octal 275 62 237 0 112 20 32 471 72 57
Binary 10111101 110010 10011111 0 1001010 10000 11010 100111001 111010 101111

Color Harmonies of #BD329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD329F

Black with #BD329F

Text Example


Text Example

White with #BD329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD329F; }

 p { color: rgb(189,50,159); }

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

background-color css

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

 a { background-color: rgb(189,50,159); }

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

border-color css

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

 span { border-color: rgb(189,50,159); }

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