Html Css Color HEX #BD0482 Medium Violet Red

📋 copy color: '#BD0482'

red 189 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #BD0482

Tints of Medium Violet Red #BD0482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 58.51%
G = 1.24%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD0482 (or 0xBD0482) is known color: Medium Violet Red. HEX triplet: BD, 04 and 82. RGB value is (189,4,130). Sum of RGB (Red+Green+Blue) = 189+4+130=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0482 is #42FB7D. Grayscale: #494949. Windows color (decimal): -4389758 or 8520893. OLE color: 8520893.

HSL color Cylindrical-coordinate representation of color #BD0482: hue angle of 319.14º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0482 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 130 -
CMYK 0 0.98 0.31 0.26
HSL 319.14º 0.96% 0.38% -
HSV(B) 319.14º 0.98% 0.74% -
XYZ 25.06 12.52 22.21 -
YUV 73.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 189 4 130 0 0.98 0.31 0.26 319.14 0.96 0.38
Hex BD 4 82 0 62 1F 1A 13F 60 26
Octal 275 4 202 0 142 37 32 477 140 46
Binary 10111101 100 10000010 0 1100010 11111 11010 100111111 1100000 100110

Color Harmonies of #BD0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0482

Black with #BD0482

Text Example


Text Example

White with #BD0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0482; }

 p { color: rgb(189,4,130); }

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

background-color css

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

 a { background-color: rgb(189,4,130); }

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

border-color css

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

 span { border-color: rgb(189,4,130); }

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