Html Css Color HEX #BD1A8A Medium Violet Red

📋 copy color: '#BD1A8A'

red 189 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #BD1A8A

Tints of Medium Violet Red #BD1A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 53.54%
G = 7.37%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD1A8A (or 0xBD1A8A) is known color: Medium Violet Red. HEX triplet: BD, 1A and 8A. RGB value is (189,26,138). Sum of RGB (Red+Green+Blue) = 189+26+138=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A8A is #42E575. Grayscale: #575757. Windows color (decimal): -4384118 or 9050813. OLE color: 9050813.

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

Color convert

RGB 189 26 138 -
CMYK 0 0.86 0.27 0.26
HSL 318.77º 0.76% 0.42% -
HSV(B) 318.77º 0.86% 0.74% -
XYZ 25.94 13.39 25.26 -
YUV 87.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 189 26 138 0 0.86 0.27 0.26 318.77 0.76 0.42
Hex BD 1A 8A 0 56 1B 1A 13F 4C 2A
Octal 275 32 212 0 126 33 32 477 114 52
Binary 10111101 11010 10001010 0 1010110 11011 11010 100111111 1001100 101010

Color Harmonies of #BD1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A8A

Black with #BD1A8A

Text Example


Text Example

White with #BD1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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