Html Css Color HEX #BD289B Medium Red Violet

📋 copy color: '#BD289B'

red 189 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #BD289B

Tints of Medium Red Violet #BD289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.42%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 49.22%
G = 10.42%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD289B (or 0xBD289B) is known color: Medium Red Violet. HEX triplet: BD, 28 and 9B. RGB value is (189,40,155). Sum of RGB (Red+Green+Blue) = 189+40+155=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD289B is #42D764. Grayscale: #616161. Windows color (decimal): -4380517 or 10168509. OLE color: 10168509.

HSL color Cylindrical-coordinate representation of color #BD289B: hue angle of 313.69º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD289B is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 155 -
CMYK 0 0.79 0.18 0.26
HSL 313.69º 0.65% 0.45% -
HSV(B) 313.69º 0.79% 0.74% -
XYZ 27.66 14.7 32.39 -
YUV 97.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 189 40 155 0 0.79 0.18 0.26 313.69 0.65 0.45
Hex BD 28 9B 0 4F 12 1A 13A 41 2D
Octal 275 50 233 0 117 22 32 472 101 55
Binary 10111101 101000 10011011 0 1001111 10010 11010 100111010 1000001 101101

Color Harmonies of #BD289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD289B

Black with #BD289B

Text Example


Text Example

White with #BD289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD289B; }

 p { color: rgb(189,40,155); }

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

background-color css

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

 a { background-color: rgb(189,40,155); }

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

border-color css

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

 span { border-color: rgb(189,40,155); }

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