Html Css Color HEX #BD18A9 Medium Violet Red

📋 copy color: '#BD18A9'

red 189 ◦ green 24 ◦ blue 169

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

Shades of Medium Violet Red #BD18A9

Tints of Medium Violet Red #BD18A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.24%

R = 49.48%
G = 6.28%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD18A9 (or 0xBD18A9) is known color: Medium Violet Red. HEX triplet: BD, 18 and A9. RGB value is (189,24,169). Sum of RGB (Red+Green+Blue) = 189+24+169=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18A9 is #42E756. Grayscale: #595959. Windows color (decimal): -4384599 or 11081917. OLE color: 11081917.

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

Color convert

RGB 189 24 169 -
CMYK 0 0.87 0.11 0.26
HSL 307.27º 0.77% 0.42% -
HSV(B) 307.27º 0.87% 0.74% -
XYZ 28.47 14.34 38.8 -
YUV 89.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 189 24 169 0 0.87 0.11 0.26 307.27 0.77 0.42
Hex BD 18 A9 0 57 B 1A 133 4D 2A
Octal 275 30 251 0 127 13 32 463 115 52
Binary 10111101 11000 10101001 0 1010111 1011 11010 100110011 1001101 101010

Color Harmonies of #BD18A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18A9

Black with #BD18A9

Text Example


Text Example

White with #BD18A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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