#B708A0

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

Shades of Medium Violet Red #B708A0

Tints of Medium Violet Red #B708A0

Color information

#B708A0 (or 0xB708A0) is unknown color: approx Medium Violet Red. HEX triplet: B7, 08 and A0. RGB value is (183,8,160). Sum of RGB (Red+Green+Blue) = 183+8+160=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B708A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B708A0 is #48F75F. Grayscale: #4D4D4D. Windows color (decimal): -4781920 or 10487991. OLE color: 10487991.

HSL color Cylindrical-coordinate representation of color #B708A0: hue angle of 307.89º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708A0 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB1838160-
CMYK00.960.130.28
HSL307.89º91.62%37.45%-
HSV(B)307.89º95.63%71.76%-
XYZ25.9612.7834.36-
YUV77.65174.48203.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=52.14%
G=2.28%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183816000.960.130.28307.8991.6237.45
HexB78A0060D1C1345c25
Octal267102400140153446413445
Binary10110111100010100000011000001101111001001101001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B708A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B708A0; }

 p { color: rgb(183,8,160); }

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

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

 a { background-color: rgb(183,8,160); }

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

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

 span { border-color: rgb(183,8,160); }

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