Html Css Color HEX #BD1280 Medium Violet Red

📋 copy color: '#BD1280'

red 189 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #BD1280

Tints of Medium Violet Red #BD1280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 56.42%
G = 5.37%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD1280 (or 0xBD1280) is known color: Medium Violet Red. HEX triplet: BD, 12 and 80. RGB value is (189,18,128). Sum of RGB (Red+Green+Blue) = 189+18+128=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1280 is #42ED7F. Grayscale: #515151. Windows color (decimal): -4386176 or 8393405. OLE color: 8393405.

HSL color Cylindrical-coordinate representation of color #BD1280: hue angle of 321.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1280 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 128 -
CMYK 0 0.90 0.32 0.26
HSL 321.4º 0.83% 0.41% -
HSV(B) 321.4º 0.9% 0.74% -
XYZ 25.1 12.81 21.57 -
YUV 81.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 189 18 128 0 0.90 0.32 0.26 321.4 0.83 0.41
Hex BD 12 80 0 5A 20 1A 141 53 29
Octal 275 22 200 0 132 40 32 501 123 51
Binary 10111101 10010 10000000 0 1011010 100000 11010 101000001 1010011 101001

Color Harmonies of #BD1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1280

Black with #BD1280

Text Example


Text Example

White with #BD1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1280; }

 p { color: rgb(189,18,128); }

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

background-color css

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

 a { background-color: rgb(189,18,128); }

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

border-color css

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

 span { border-color: rgb(189,18,128); }

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