#B070CF

Color #B070CF Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #B070CF

Tints of Amethyst #B070CF

Color information

#B070CF (or 0xB070CF) is unknown color: approx Amethyst. HEX triplet: B0, 70 and CF. RGB value is (176,112,207). Sum of RGB (Red+Green+Blue) = 176+112+207=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B070CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070CF is #4F8F30. Grayscale: #8D8D8D. Windows color (decimal): -5214001 or 13594800. OLE color: 13594800.

HSL color Cylindrical-coordinate representation of color #B070CF: hue angle of 280.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B070CF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176112207-
CMYK0.150.4600.19
HSL280.42º49.74%62.55%-
HSV(B)280.42º45.89%81.18%-
XYZ34.9625.3262.08-
YUV141.97164.7152.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=35.56%
G=22.63%
B=41.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761122070.150.4600.19280.4249.7462.55
HexB070CFF2E013118323f
Octal26016031717560234306277
Binary101100001110000110011111111101110010011100011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070CF; }

 p { color: rgb(176,112,207); }

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

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

 a { background-color: rgb(176,112,207); }

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

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

 span { border-color: rgb(176,112,207); }

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