Html Css Color HEX #BD18A1 Medium Violet Red

📋 copy color: '#BD18A1'

red 189 ◦ green 24 ◦ blue 161

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

Shades of Medium Violet Red #BD18A1

Tints of Medium Violet Red #BD18A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 50.53%
G = 6.42%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD18A1 (or 0xBD18A1) is known color: Medium Violet Red. HEX triplet: BD, 18 and A1. RGB value is (189,24,161). Sum of RGB (Red+Green+Blue) = 189+24+161=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18A1 is #42E75E. Grayscale: #585858. Windows color (decimal): -4384607 or 10557629. OLE color: 10557629.

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

Color convert

RGB 189 24 161 -
CMYK 0 0.87 0.15 0.26
HSL 310.18º 0.77% 0.42% -
HSV(B) 310.18º 0.87% 0.74% -
XYZ 27.75 14.05 34.97 -
YUV 88.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 189 24 161 0 0.87 0.15 0.26 310.18 0.77 0.42
Hex BD 18 A1 0 57 F 1A 136 4D 2A
Octal 275 30 241 0 127 17 32 466 115 52
Binary 10111101 11000 10100001 0 1010111 1111 11010 100110110 1001101 101010

Color Harmonies of #BD18A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18A1

Black with #BD18A1

Text Example


Text Example

White with #BD18A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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