#b455a8

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

Shades of Violet Blue #B455A8

Tints of Violet Blue #B455A8

Color information

#B455A8 (or 0xB455A8) is unknown color: approx Violet Blue. HEX triplet: B4, 55 and A8. RGB value is (180,85,168). Sum of RGB (Red+Green+Blue) = 180+85+168=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B455A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455A8 is #4BAA57. Grayscale: #7A7A7A. Windows color (decimal): -4958808 or 11031988. OLE color: 11031988.

HSL color Cylindrical-coordinate representation of color #B455A8: hue angle of 307.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B455A8 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18085168-
CMYK00.530.070.29
HSL307.58º38.78%51.96%-
HSV(B)307.58º52.78%70.59%-
XYZ29.1419.0339.18-
YUV122.87153.47168.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=41.57%
G=19.63%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808516800.530.070.29307.5838.7851.96
HexB455A803571D1342734
Octal2641252500657354644764
Binary10110100101010110101000011010111111101100110100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b455a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b455a8; }

 p { color: rgb(180,85,168); }

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

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

 a { background-color: rgb(180,85,168); }

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

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

 span { border-color: rgb(180,85,168); }

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