Html Css Color HEX #BD0485 Medium Violet Red

📋 copy color: '#BD0485'

red 189 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #BD0485

Tints of Medium Violet Red #BD0485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 57.98%
G = 1.23%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD0485 (or 0xBD0485) is known color: Medium Violet Red. HEX triplet: BD, 04 and 85. RGB value is (189,4,133). Sum of RGB (Red+Green+Blue) = 189+4+133=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0485 is #42FB7A. Grayscale: #494949. Windows color (decimal): -4389755 or 8717501. OLE color: 8717501.

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

Color convert

RGB 189 4 133 -
CMYK 0 0.98 0.30 0.26
HSL 318.16º 0.96% 0.38% -
HSV(B) 318.16º 0.98% 0.74% -
XYZ 25.26 12.6 23.29 -
YUV 74.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 189 4 133 0 0.98 0.30 0.26 318.16 0.96 0.38
Hex BD 4 85 0 62 1E 1A 13E 60 26
Octal 275 4 205 0 142 36 32 476 140 46
Binary 10111101 100 10000101 0 1100010 11110 11010 100111110 1100000 100110

Color Harmonies of #BD0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0485

Black with #BD0485

Text Example


Text Example

White with #BD0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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