Html Css Color HEX #BD0185 Medium Violet Red

📋 copy color: '#BD0185'

red 189 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #BD0185

Tints of Medium Violet Red #BD0185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 58.51%
G = 0.31%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD0185 (or 0xBD0185) is known color: Medium Violet Red. HEX triplet: BD, 01 and 85. RGB value is (189,1,133). Sum of RGB (Red+Green+Blue) = 189+1+133=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0185 is #42FE7A. Grayscale: #474747. Windows color (decimal): -4390523 or 8716733. OLE color: 8716733.

HSL color Cylindrical-coordinate representation of color #BD0185: hue angle of 317.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0185 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 133 -
CMYK 0 0.99 0.30 0.26
HSL 317.87º 0.99% 0.37% -
HSV(B) 317.87º 0.99% 0.74% -
XYZ 25.23 12.53 23.28 -
YUV 72.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 189 1 133 0 0.99 0.30 0.26 317.87 0.99 0.37
Hex BD 1 85 0 63 1E 1A 13E 63 25
Octal 275 1 205 0 143 36 32 476 143 45
Binary 10111101 1 10000101 0 1100011 11110 11010 100111110 1100011 100101

Color Harmonies of #BD0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0185

Black with #BD0185

Text Example


Text Example

White with #BD0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0185; }

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

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

background-color css

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

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

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

border-color css

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

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

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