Html Css Color HEX #BD328E Medium Red Violet

📋 copy color: '#BD328E'

red 189 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #BD328E

Tints of Medium Red Violet #BD328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 49.61%
G = 13.12%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD328E (or 0xBD328E) is known color: Medium Red Violet. HEX triplet: BD, 32 and 8E. RGB value is (189,50,142). Sum of RGB (Red+Green+Blue) = 189+50+142=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD328E is #42CD71. Grayscale: #656565. Windows color (decimal): -4377970 or 9319101. OLE color: 9319101.

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

Color convert

RGB 189 50 142 -
CMYK 0 0.74 0.25 0.26
HSL 320.29º 0.58% 0.47% -
HSV(B) 320.29º 0.74% 0.74% -
XYZ 27.01 15.05 27.07 -
YUV 102.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 189 50 142 0 0.74 0.25 0.26 320.29 0.58 0.47
Hex BD 32 8E 0 4A 19 1A 140 3A 2F
Octal 275 62 216 0 112 31 32 500 72 57
Binary 10111101 110010 10001110 0 1001010 11001 11010 101000000 111010 101111

Color Harmonies of #BD328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD328E

Black with #BD328E

Text Example


Text Example

White with #BD328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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