Html Css Color HEX #BD1A9B Medium Violet Red

📋 copy color: '#BD1A9B'

red 189 ◦ green 26 ◦ blue 155

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

Shades of Medium Violet Red #BD1A9B

Tints of Medium Violet Red #BD1A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

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

R = 51.08%
G = 7.03%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD1A9B (or 0xBD1A9B) is known color: Medium Violet Red. HEX triplet: BD, 1A and 9B. RGB value is (189,26,155). Sum of RGB (Red+Green+Blue) = 189+26+155=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A9B is #42E564. Grayscale: #595959. Windows color (decimal): -4384101 or 10164925. OLE color: 10164925.

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

Color convert

RGB 189 26 155 -
CMYK 0 0.86 0.18 0.26
HSL 312.52º 0.76% 0.42% -
HSV(B) 312.52º 0.86% 0.74% -
XYZ 27.27 13.92 32.26 -
YUV 89.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 189 26 155 0 0.86 0.18 0.26 312.52 0.76 0.42
Hex BD 1A 9B 0 56 12 1A 139 4C 2A
Octal 275 32 233 0 126 22 32 471 114 52
Binary 10111101 11010 10011011 0 1010110 10010 11010 100111001 1001100 101010

Color Harmonies of #BD1A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A9B

Black with #BD1A9B

Text Example


Text Example

White with #BD1A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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