Html Css Color HEX #BD328A Medium Red Violet

📋 copy color: '#BD328A'

red 189 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #BD328A

Tints of Medium Red Violet #BD328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 50.13%
G = 13.26%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD328A (or 0xBD328A) is known color: Medium Red Violet. HEX triplet: BD, 32 and 8A. RGB value is (189,50,138). Sum of RGB (Red+Green+Blue) = 189+50+138=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD328A is #42CD75. Grayscale: #656565. Windows color (decimal): -4377974 or 9056957. OLE color: 9056957.

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

Color convert

RGB 189 50 138 -
CMYK 0 0.74 0.27 0.26
HSL 322.01º 0.58% 0.47% -
HSV(B) 322.01º 0.74% 0.74% -
XYZ 26.71 14.94 25.52 -
YUV 101.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 189 50 138 0 0.74 0.27 0.26 322.01 0.58 0.47
Hex BD 32 8A 0 4A 1B 1A 142 3A 2F
Octal 275 62 212 0 112 33 32 502 72 57
Binary 10111101 110010 10001010 0 1001010 11011 11010 101000010 111010 101111

Color Harmonies of #BD328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD328A

Black with #BD328A

Text Example


Text Example

White with #BD328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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