#B45CA7

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

Shades of Violet Blue #B45CA7

Tints of Violet Blue #B45CA7

Color information

#B45CA7 (or 0xB45CA7) is unknown color: approx Violet Blue. HEX triplet: B4, 5C and A7. RGB value is (180,92,167). Sum of RGB (Red+Green+Blue) = 180+92+167=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CA7 is #4BA358. Grayscale: #7E7E7E. Windows color (decimal): -4957017 or 10968244. OLE color: 10968244.

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

Color convert

RGB18092167-
CMYK00.490.070.29
HSL308.86º36.97%53.33%-
HSV(B)308.86º48.89%70.59%-
XYZ29.6220.1538.89-
YUV126.86150.65165.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=41.00%
G=20.96%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809216700.490.070.29308.8636.9753.33
HexB45CA703171D1352535
Octal2641342470617354654565
Binary10110100101110010100111011000111111101100110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CA7; }

 p { color: rgb(180,92,167); }

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

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

 a { background-color: rgb(180,92,167); }

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

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

 span { border-color: rgb(180,92,167); }

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