Html Css Color HEX #BD1099 Medium Violet Red

📋 copy color: '#BD1099'

red 189 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #BD1099

Tints of Medium Violet Red #BD1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

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

R = 52.79%
G = 4.47%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD1099 (or 0xBD1099) is known color: Medium Violet Red. HEX triplet: BD, 10 and 99. RGB value is (189,16,153). Sum of RGB (Red+Green+Blue) = 189+16+153=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1099 is #42EF66. Grayscale: #525252. Windows color (decimal): -4386663 or 10031293. OLE color: 10031293.

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

Color convert

RGB 189 16 153 -
CMYK 0 0.92 0.19 0.26
HSL 312.49º 0.84% 0.4% -
HSV(B) 312.49º 0.92% 0.74% -
XYZ 26.92 13.49 31.32 -
YUV 83.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 189 16 153 0 0.92 0.19 0.26 312.49 0.84 0.4
Hex BD 10 99 0 5C 13 1A 138 54 28
Octal 275 20 231 0 134 23 32 470 124 50
Binary 10111101 10000 10011001 0 1011100 10011 11010 100111000 1010100 101000

Color Harmonies of #BD1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1099

Black with #BD1099

Text Example


Text Example

White with #BD1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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