#BD3098

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

Shades of Medium Red Violet #BD3098

Tints of Medium Red Violet #BD3098

Color information

#BD3098 (or 0xBD3098) is unknown color: approx Medium Red Violet. HEX triplet: BD, 30 and 98. RGB value is (189,48,152). Sum of RGB (Red+Green+Blue) = 189+48+152=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3098 is #42CF67. Grayscale: #656565. Windows color (decimal): -4378472 or 9973949. OLE color: 9973949.

HSL color Cylindrical-coordinate representation of color #BD3098: hue angle of 315.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3098 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18948152-
CMYK00.750.200.26
HSL315.74º59.49%46.47%-
HSV(B)315.74º74.6%74.12%-
XYZ27.7115.231.18-
YUV102.02156.21190.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 48 (19.14% from 255) = 12.34%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=48.59%
G=12.34%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894815200.750.200.26315.7459.4946.47
HexBD309804B141A13c3b2e
Octal27560230011324324747356
Binary1011110111000010011000010010111010011010100111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3098; }

 p { color: rgb(189,48,152); }

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

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

 a { background-color: rgb(189,48,152); }

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

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

 span { border-color: rgb(189,48,152); }

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