Html Css Color HEX #BD1A78 Medium Violet Red

📋 copy color: '#BD1A78'

red 189 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #BD1A78

Tints of Medium Violet Red #BD1A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 56.42%
G = 7.76%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD1A78 (or 0xBD1A78) is known color: Medium Violet Red. HEX triplet: BD, 1A and 78. RGB value is (189,26,120). Sum of RGB (Red+Green+Blue) = 189+26+120=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A78 is #42E587. Grayscale: #555555. Windows color (decimal): -4384136 or 7871165. OLE color: 7871165.

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

Color convert

RGB 189 26 120 -
CMYK 0 0.86 0.37 0.26
HSL 325.4º 0.76% 0.42% -
HSV(B) 325.4º 0.86% 0.74% -
XYZ 24.75 12.91 18.96 -
YUV 85.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 189 26 120 0 0.86 0.37 0.26 325.4 0.76 0.42
Hex BD 1A 78 0 56 25 1A 145 4C 2A
Octal 275 32 170 0 126 45 32 505 114 52
Binary 10111101 11010 1111000 0 1010110 100101 11010 101000101 1001100 101010

Color Harmonies of #BD1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A78

Black with #BD1A78

Text Example


Text Example

White with #BD1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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