Html Css Color HEX #BD189D Medium Violet Red

📋 copy color: '#BD189D'

red 189 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #BD189D

Tints of Medium Violet Red #BD189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 51.08%
G = 6.49%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD189D (or 0xBD189D) is known color: Medium Violet Red. HEX triplet: BD, 18 and 9D. RGB value is (189,24,157). Sum of RGB (Red+Green+Blue) = 189+24+157=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD189D is #42E762. Grayscale: #585858. Windows color (decimal): -4384611 or 10295485. OLE color: 10295485.

HSL color Cylindrical-coordinate representation of color #BD189D: hue angle of 311.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD189D is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 24 157 -
CMYK 0 0.87 0.17 0.26
HSL 311.64º 0.77% 0.42% -
HSV(B) 311.64º 0.87% 0.74% -
XYZ 27.4 13.91 33.14 -
YUV 88.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 189 24 157 0 0.87 0.17 0.26 311.64 0.77 0.42
Hex BD 18 9D 0 57 11 1A 138 4D 2A
Octal 275 30 235 0 127 21 32 470 115 52
Binary 10111101 11000 10011101 0 1010111 10001 11010 100111000 1001101 101010

Color Harmonies of #BD189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD189D

Black with #BD189D

Text Example


Text Example

White with #BD189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD189D; }

 p { color: rgb(189,24,157); }

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

background-color css

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

 a { background-color: rgb(189,24,157); }

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

border-color css

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

 span { border-color: rgb(189,24,157); }

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