Html Css Color HEX #BD0183 Medium Violet Red

📋 copy color: '#BD0183'

red 189 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #BD0183

Tints of Medium Violet Red #BD0183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 58.88%
G = 0.31%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD0183 (or 0xBD0183) is known color: Medium Violet Red. HEX triplet: BD, 01 and 83. RGB value is (189,1,131). Sum of RGB (Red+Green+Blue) = 189+1+131=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0183 is #42FE7C. Grayscale: #474747. Windows color (decimal): -4390525 or 8585661. OLE color: 8585661.

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

Color convert

RGB 189 1 131 -
CMYK 0 0.99 0.31 0.26
HSL 318.51º 0.99% 0.37% -
HSV(B) 318.51º 0.99% 0.74% -
XYZ 25.09 12.48 22.56 -
YUV 72.03 161.28 211.43 -
System Red Green Blue C M Y K H S L
Decimal 189 1 131 0 0.99 0.31 0.26 318.51 0.99 0.37
Hex BD 1 83 0 63 1F 1A 13F 63 25
Octal 275 1 203 0 143 37 32 477 143 45
Binary 10111101 1 10000011 0 1100011 11111 11010 100111111 1100011 100101

Color Harmonies of #BD0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0183

Black with #BD0183

Text Example


Text Example

White with #BD0183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0183; }

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

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

background-color css

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

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

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

border-color css

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

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

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