Html Css Color HEX #BD0199 Medium Violet Red

📋 copy color: '#BD0199'

red 189 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #BD0199

Tints of Medium Violet Red #BD0199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 55.1%
G = 0.29%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD0199 (or 0xBD0199) is known color: Medium Violet Red. HEX triplet: BD, 01 and 99. RGB value is (189,1,153). Sum of RGB (Red+Green+Blue) = 189+1+153=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0199 is #42FE66. Grayscale: #4A4A4A. Windows color (decimal): -4390503 or 10027453. OLE color: 10027453.

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

Color convert

RGB 189 1 153 -
CMYK 0 0.99 0.19 0.26
HSL 311.49º 0.99% 0.37% -
HSV(B) 311.49º 0.99% 0.74% -
XYZ 26.75 13.14 31.26 -
YUV 74.54 172.28 209.64 -
System Red Green Blue C M Y K H S L
Decimal 189 1 153 0 0.99 0.19 0.26 311.49 0.99 0.37
Hex BD 1 99 0 63 13 1A 137 63 25
Octal 275 1 231 0 143 23 32 467 143 45
Binary 10111101 1 10011001 0 1100011 10011 11010 100110111 1100011 100101

Color Harmonies of #BD0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0199

Black with #BD0199

Text Example


Text Example

White with #BD0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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