#B65CA2

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

Shades of Violet Blue #B65CA2

Tints of Violet Blue #B65CA2

Color information

#B65CA2 (or 0xB65CA2) is unknown color: approx Violet Blue. HEX triplet: B6, 5C and A2. RGB value is (182,92,162). Sum of RGB (Red+Green+Blue) = 182+92+162=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65CA2 is #49A35D. Grayscale: #7E7E7E. Windows color (decimal): -4825950 or 10640566. OLE color: 10640566.

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

Color convert

RGB18292162-
CMYK00.490.110.29
HSL313.33º38.14%53.73%-
HSV(B)313.33º49.45%71.37%-
XYZ29.6420.2136.52-
YUV126.89147.82167.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=41.74%
G=21.10%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829216200.490.110.29313.3338.1453.73
HexB65CA2031B1D1392636
Octal26613424206113354714666
Binary101101101011100101000100110001101111101100111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CA2; }

 p { color: rgb(182,92,162); }

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

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

 a { background-color: rgb(182,92,162); }

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

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

 span { border-color: rgb(182,92,162); }

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