#B7308D

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

Shades of Medium Red Violet #B7308D

Tints of Medium Red Violet #B7308D

Color information

#B7308D (or 0xB7308D) is unknown color: approx Medium Red Violet. HEX triplet: B7, 30 and 8D. RGB value is (183,48,141). Sum of RGB (Red+Green+Blue) = 183+48+141=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308D is #48CF72. Grayscale: #626262. Windows color (decimal): -4771699 or 9253047. OLE color: 9253047.

HSL color Cylindrical-coordinate representation of color #B7308D: hue angle of 318.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7308D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18348141-
CMYK00.740.230.28
HSL318.67º58.44%45.29%-
HSV(B)318.67º73.77%71.76%-
XYZ25.3914.126.58-
YUV98.97151.73187.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 48 (19.14% from 255) = 12.90%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=49.19%
G=12.90%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834814100.740.230.28318.6758.4445.29
HexB7308D04A171C13f3a2d
Octal26760215011227344777255
Binary1011011111000010001101010010101011111100100111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7308D; }

 p { color: rgb(183,48,141); }

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

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

 a { background-color: rgb(183,48,141); }

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

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

 span { border-color: rgb(183,48,141); }

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