#B7308B

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

Shades of Medium Red Violet #B7308B

Tints of Medium Red Violet #B7308B

Color information

#B7308B (or 0xB7308B) is unknown color: approx Medium Red Violet. HEX triplet: B7, 30 and 8B. RGB value is (183,48,139). Sum of RGB (Red+Green+Blue) = 183+48+139=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308B is #48CF74. Grayscale: #626262. Windows color (decimal): -4771701 or 9121975. OLE color: 9121975.

HSL color Cylindrical-coordinate representation of color #B7308B: hue angle of 319.56º 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 #B7308B is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18348139-
CMYK00.740.240.28
HSL319.56º58.44%45.29%-
HSV(B)319.56º73.77%71.76%-
XYZ25.2514.0525.81-
YUV98.74150.73188.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=49.46%
G=12.97%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834813900.740.240.28319.5658.4445.29
HexB7308B04A181C1403a2d
Octal26760213011230345007255
Binary1011011111000010001011010010101100011100101000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7308B; }

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

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

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

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

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

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

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

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