Html Css Color HEX #BD0193 Medium Violet Red

📋 copy color: '#BD0193'

red 189 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #BD0193

Tints of Medium Violet Red #BD0193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 56.08%
G = 0.3%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD0193 (or 0xBD0193) is known color: Medium Violet Red. HEX triplet: BD, 01 and 93. RGB value is (189,1,147). Sum of RGB (Red+Green+Blue) = 189+1+147=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0193 is #42FE6C. Grayscale: #494949. Windows color (decimal): -4390509 or 9634237. OLE color: 9634237.

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

Color convert

RGB 189 1 147 -
CMYK 0 0.99 0.22 0.26
HSL 313.4º 0.99% 0.37% -
HSV(B) 313.4º 0.99% 0.74% -
XYZ 26.26 12.95 28.72 -
YUV 73.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 189 1 147 0 0.99 0.22 0.26 313.4 0.99 0.37
Hex BD 1 93 0 63 16 1A 139 63 25
Octal 275 1 223 0 143 26 32 471 143 45
Binary 10111101 1 10010011 0 1100011 10110 11010 100111001 1100011 100101

Color Harmonies of #BD0193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0193

Black with #BD0193

Text Example


Text Example

White with #BD0193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0193; }

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

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

background-color css

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

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

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

border-color css

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

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

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