#B755A6

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

Shades of Violet Blue #B755A6

Tints of Violet Blue #B755A6

Color information

#B755A6 (or 0xB755A6) is unknown color: approx Violet Blue. HEX triplet: B7, 55 and A6. RGB value is (183,85,166). Sum of RGB (Red+Green+Blue) = 183+85+166=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B755A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755A6 is #48AA59. Grayscale: #7B7B7B. Windows color (decimal): -4762202 or 10900919. OLE color: 10900919.

HSL color Cylindrical-coordinate representation of color #B755A6: hue angle of 310.41º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B755A6 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18385166-
CMYK00.540.090.28
HSL310.41º40.5%52.55%-
HSV(B)310.41º53.55%71.76%-
XYZ29.6619.3238.24-
YUV123.54151.97170.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=42.17%
G=19.59%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838516600.540.090.28310.4140.552.55
HexB755A603691C1362835
Octal26712524606611344665065
Binary101101111010101101001100110110100111100100110110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755A6; }

 p { color: rgb(183,85,166); }

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

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

 a { background-color: rgb(183,85,166); }

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

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

 span { border-color: rgb(183,85,166); }

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