#BD0B8F

Color #BD0B8F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BD0B8F

Tints of Medium Violet Red #BD0B8F

Color information

#BD0B8F (or 0xBD0B8F) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0B and 8F. RGB value is (189,11,143). Sum of RGB (Red+Green+Blue) = 189+11+143=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0B8F is #42F470. Grayscale: #4E4E4E. Windows color (decimal): -4387953 or 9374653. OLE color: 9374653.

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

Color convert

RGB18911143-
CMYK00.940.240.26
HSL315.51º89%39.22%-
HSV(B)315.51º94.18%74.12%-
XYZ26.0613.0427.13-
YUV79.27163.97206.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 11 (4.69% from 255) = 3.21%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=55.10%
G=3.21%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891114300.940.240.26315.518939.22
HexBDB8F05E181A13c5927
Octal275132170136303247413147
Binary101111011011100011110101111011000110101001111001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0B8F; }

 p { color: rgb(189,11,143); }

 H1.HeaderClassName
 {
   color: #BD0B8F;
 }
 .AnyTagClassName
 {
   color: #BD0B8F;
 }
</style>
background-color css

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

 a { background-color: rgb(189,11,143); }

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

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

 span { border-color: rgb(189,11,143); }

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