#BD308B

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

Shades of Medium Red Violet #BD308B

Tints of Medium Red Violet #BD308B

Color information

#BD308B (or 0xBD308B) is unknown color: approx Medium Red Violet. HEX triplet: BD, 30 and 8B. RGB value is (189,48,139). Sum of RGB (Red+Green+Blue) = 189+48+139=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD308B is #42CF74. Grayscale: #646464. Windows color (decimal): -4378485 or 9121981. OLE color: 9121981.

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

Color convert

RGB18948139-
CMYK00.750.260.26
HSL321.28º59.49%46.47%-
HSV(B)321.28º74.6%74.12%-
XYZ26.714.825.87-
YUV100.53149.71191.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=50.27%
G=12.77%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894813900.750.260.26321.2859.4946.47
HexBD308B04B1A1A1413b2e
Octal27560213011332325017356
Binary1011110111000010001011010010111101011010101000001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD308B; }

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

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

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

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

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

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

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

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