Html Css Color HEX #BD1A8C Medium Violet Red

📋 copy color: '#BD1A8C'

red 189 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #BD1A8C

Tints of Medium Violet Red #BD1A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 53.24%
G = 7.32%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD1A8C (or 0xBD1A8C) is known color: Medium Violet Red. HEX triplet: BD, 1A and 8C. RGB value is (189,26,140). Sum of RGB (Red+Green+Blue) = 189+26+140=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A8C is #42E573. Grayscale: #575757. Windows color (decimal): -4384116 or 9181885. OLE color: 9181885.

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

Color convert

RGB 189 26 140 -
CMYK 0 0.86 0.26 0.26
HSL 318.04º 0.76% 0.42% -
HSV(B) 318.04º 0.86% 0.74% -
XYZ 26.09 13.45 26.03 -
YUV 87.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 189 26 140 0 0.86 0.26 0.26 318.04 0.76 0.42
Hex BD 1A 8C 0 56 1A 1A 13E 4C 2A
Octal 275 32 214 0 126 32 32 476 114 52
Binary 10111101 11010 10001100 0 1010110 11010 11010 100111110 1001100 101010

Color Harmonies of #BD1A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A8C

Black with #BD1A8C

Text Example


Text Example

White with #BD1A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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