Html Css Color HEX #BD0399 Medium Violet Red

📋 copy color: '#BD0399'

red 189 ◦ green 3 ◦ blue 153

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

Shades of Medium Violet Red #BD0399

Tints of Medium Violet Red #BD0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 54.78%
G = 0.87%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD0399 (or 0xBD0399) is known color: Medium Violet Red. HEX triplet: BD, 03 and 99. RGB value is (189,3,153). Sum of RGB (Red+Green+Blue) = 189+3+153=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0399 is #42FC66. Grayscale: #4B4B4B. Windows color (decimal): -4389991 or 10027965. OLE color: 10027965.

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

Color convert

RGB 189 3 153 -
CMYK 0 0.98 0.19 0.26
HSL 311.61º 0.97% 0.38% -
HSV(B) 311.61º 0.98% 0.74% -
XYZ 26.77 13.18 31.27 -
YUV 75.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 189 3 153 0 0.98 0.19 0.26 311.61 0.97 0.38
Hex BD 3 99 0 62 13 1A 138 61 26
Octal 275 3 231 0 142 23 32 470 141 46
Binary 10111101 11 10011001 0 1100010 10011 11010 100111000 1100001 100110

Color Harmonies of #BD0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0399

Black with #BD0399

Text Example


Text Example

White with #BD0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0399; }

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

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

background-color css

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

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

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

border-color css

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

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

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