#B12692

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

Shades of Medium Red Violet #B12692

Tints of Medium Red Violet #B12692

Color information

#B12692 (or 0xB12692) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and 92. RGB value is (177,38,146). Sum of RGB (Red+Green+Blue) = 177+38+146=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B12692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12692 is #4ED96D. Grayscale: #5B5B5B. Windows color (decimal): -5167470 or 9578161. OLE color: 9578161.

HSL color Cylindrical-coordinate representation of color #B12692: hue angle of 313.38º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12692 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17738146-
CMYK00.790.180.31
HSL313.38º64.65%42.16%-
HSV(B)313.38º78.53%69.41%-
XYZ24.0112.8128.4-
YUV91.87158.55188.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=49.03%
G=10.53%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773814600.790.180.31313.3864.6542.16
HexB1269204F121F139412a
Octal261462220117223747110152
Binary10110001100110100100100100111110010111111001110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12692; }

 p { color: rgb(177,38,146); }

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

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

 a { background-color: rgb(177,38,146); }

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

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

 span { border-color: rgb(177,38,146); }

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