Html Css Color HEX #BD1DAB Medium Violet Red

📋 copy color: '#BD1DAB'

red 189 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #BD1DAB

Tints of Medium Violet Red #BD1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.46%

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 48.59%
G = 7.46%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD1DAB (or 0xBD1DAB) is known color: Medium Violet Red. HEX triplet: BD, 1D and AB. RGB value is (189,29,171). Sum of RGB (Red+Green+Blue) = 189+29+171=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1DAB is #42E254. Grayscale: #5C5C5C. Windows color (decimal): -4383317 or 11214269. OLE color: 11214269.

HSL color Cylindrical-coordinate representation of color #BD1DAB: hue angle of 306.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1DAB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 171 -
CMYK 0 0.85 0.10 0.26
HSL 306.75º 0.73% 0.43% -
HSV(B) 306.75º 0.85% 0.74% -
XYZ 28.78 14.64 39.84 -
YUV 93.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 189 29 171 0 0.85 0.10 0.26 306.75 0.73 0.43
Hex BD 1D AB 0 55 A 1A 133 49 2B
Octal 275 35 253 0 125 12 32 463 111 53
Binary 10111101 11101 10101011 0 1010101 1010 11010 100110011 1001001 101011

Color Harmonies of #BD1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DAB

Black with #BD1DAB

Text Example


Text Example

White with #BD1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DAB; }

 p { color: rgb(189,29,171); }

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

background-color css

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

 a { background-color: rgb(189,29,171); }

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

border-color css

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

 span { border-color: rgb(189,29,171); }

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