#B751A1

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

Shades of Violet Blue #B751A1

Tints of Violet Blue #B751A1

Color information

#B751A1 (or 0xB751A1) is unknown color: approx Violet Blue. HEX triplet: B7, 51 and A1. RGB value is (183,81,161). Sum of RGB (Red+Green+Blue) = 183+81+161=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B751A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B751A1 is #48AE5E. Grayscale: #787878. Windows color (decimal): -4763231 or 10572215. OLE color: 10572215.

HSL color Cylindrical-coordinate representation of color #B751A1: hue angle of 312.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B751A1 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18381161-
CMYK00.560.120.28
HSL312.94º41.46%51.76%-
HSV(B)312.94º55.74%71.76%-
XYZ28.918.5335.77-
YUV120.62150.79172.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=43.06%
G=19.06%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838116100.560.120.28312.9441.4651.76
HexB751A1038C1C1392934
Octal26712124107014344715164
Binary101101111010001101000010111000110011100100111001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B751A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B751A1; }

 p { color: rgb(183,81,161); }

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

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

 a { background-color: rgb(183,81,161); }

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

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

 span { border-color: rgb(183,81,161); }

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