#BD308A

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

Shades of Medium Red Violet #BD308A

Tints of Medium Red Violet #BD308A

Color information

#BD308A (or 0xBD308A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 30 and 8A. RGB value is (189,48,138). Sum of RGB (Red+Green+Blue) = 189+48+138=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD308A is #42CF75. Grayscale: #646464. Windows color (decimal): -4378486 or 9056445. OLE color: 9056445.

HSL color Cylindrical-coordinate representation of color #BD308A: hue angle of 321.7º 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 #BD308A is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18948138-
CMYK00.750.270.26
HSL321.7º59.49%46.47%-
HSV(B)321.7º74.6%74.12%-
XYZ26.6314.7725.49-
YUV100.42149.21191.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=50.4%
G=12.8%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894813800.750.270.26321.759.4946.47
HexBD308A04B1B1A1423b2e
Octal27560212011333325027356
Binary1011110111000010001010010010111101111010101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD308A; }

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

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

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

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

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

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

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

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