Html Css Color HEX #BD327C Medium Red Violet

📋 copy color: '#BD327C'

red 189 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #BD327C

Tints of Medium Red Violet #BD327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 52.07%
G = 13.77%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD327C (or 0xBD327C) is known color: Medium Red Violet. HEX triplet: BD, 32 and 7C. RGB value is (189,50,124). Sum of RGB (Red+Green+Blue) = 189+50+124=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD327C is #42CD83. Grayscale: #636363. Windows color (decimal): -4377988 or 8139453. OLE color: 8139453.

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

Color convert

RGB 189 50 124 -
CMYK 0 0.74 0.34 0.26
HSL 328.06º 0.58% 0.47% -
HSV(B) 328.06º 0.74% 0.74% -
XYZ 25.76 14.56 20.52 -
YUV 100 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 189 50 124 0 0.74 0.34 0.26 328.06 0.58 0.47
Hex BD 32 7C 0 4A 22 1A 148 3A 2F
Octal 275 62 174 0 112 42 32 510 72 57
Binary 10111101 110010 1111100 0 1001010 100010 11010 101001000 111010 101111

Color Harmonies of #BD327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD327C

Black with #BD327C

Text Example


Text Example

White with #BD327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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