Html Css Color HEX #BD0899 Medium Violet Red

📋 copy color: '#BD0899'

red 189 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #BD0899

Tints of Medium Violet Red #BD0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 54%
G = 2.29%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD0899 (or 0xBD0899) is known color: Medium Violet Red. HEX triplet: BD, 08 and 99. RGB value is (189,8,153). Sum of RGB (Red+Green+Blue) = 189+8+153=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0899 is #42F766. Grayscale: #4E4E4E. Windows color (decimal): -4388711 or 10029245. OLE color: 10029245.

HSL color Cylindrical-coordinate representation of color #BD0899: hue angle of 311.93º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0899 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 153 -
CMYK 0 0.96 0.19 0.26
HSL 311.93º 0.92% 0.39% -
HSV(B) 311.93º 0.96% 0.74% -
XYZ 26.82 13.29 31.29 -
YUV 78.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 189 8 153 0 0.96 0.19 0.26 311.93 0.92 0.39
Hex BD 8 99 0 60 13 1A 138 5C 27
Octal 275 10 231 0 140 23 32 470 134 47
Binary 10111101 1000 10011001 0 1100000 10011 11010 100111000 1011100 100111

Color Harmonies of #BD0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0899

Black with #BD0899

Text Example


Text Example

White with #BD0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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