Html Css Color HEX #BD1BA1 Medium Violet Red

📋 copy color: '#BD1BA1'

red 189 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #BD1BA1

Tints of Medium Violet Red #BD1BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

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

R = 50.13%
G = 7.16%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD1BA1 (or 0xBD1BA1) is known color: Medium Violet Red. HEX triplet: BD, 1B and A1. RGB value is (189,27,161). Sum of RGB (Red+Green+Blue) = 189+27+161=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1BA1 is #42E45E. Grayscale: #5A5A5A. Windows color (decimal): -4383839 or 10558397. OLE color: 10558397.

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

Color convert

RGB 189 27 161 -
CMYK 0 0.86 0.15 0.26
HSL 310.37º 0.75% 0.42% -
HSV(B) 310.37º 0.86% 0.74% -
XYZ 27.81 14.18 34.99 -
YUV 90.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 189 27 161 0 0.86 0.15 0.26 310.37 0.75 0.42
Hex BD 1B A1 0 56 F 1A 136 4B 2A
Octal 275 33 241 0 126 17 32 466 113 52
Binary 10111101 11011 10100001 0 1010110 1111 11010 100110110 1001011 101010

Color Harmonies of #BD1BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BA1

Black with #BD1BA1

Text Example


Text Example

White with #BD1BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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