#B00684

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

Shades of Medium Violet Red #B00684

Tints of Medium Violet Red #B00684

Color information

#B00684 (or 0xB00684) is unknown color: approx Medium Violet Red. HEX triplet: B0, 06 and 84. RGB value is (176,6,132). Sum of RGB (Red+Green+Blue) = 176+6+132=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B00684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00684 is #4FF97B. Grayscale: #464646. Windows color (decimal): -5241212 or 8652464. OLE color: 8652464.

HSL color Cylindrical-coordinate representation of color #B00684: hue angle of 315.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00684 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB1766132-
CMYK00.970.250.31
HSL315.53º93.41%35.69%-
HSV(B)315.53º96.59%69.02%-
XYZ22.1311.0322.79-
YUV71.19162.32202.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=56.05%
G=1.91%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176613200.970.250.31315.5393.4135.69
HexB0684061191F13c5d24
Octal26062040141313747413544
Binary10110000110100001000110000111001111111001111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00684; }

 p { color: rgb(176,6,132); }

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

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

 a { background-color: rgb(176,6,132); }

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

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

 span { border-color: rgb(176,6,132); }

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