#B65CA3

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

Shades of Violet Blue #B65CA3

Tints of Violet Blue #B65CA3

Color information

#B65CA3 (or 0xB65CA3) is unknown color: approx Violet Blue. HEX triplet: B6, 5C and A3. RGB value is (182,92,163). Sum of RGB (Red+Green+Blue) = 182+92+163=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65CA3 is #49A35C. Grayscale: #7E7E7E. Windows color (decimal): -4825949 or 10706102. OLE color: 10706102.

HSL color Cylindrical-coordinate representation of color #B65CA3: hue angle of 312.67º 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 #B65CA3 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18292163-
CMYK00.490.100.29
HSL312.67º38.14%53.73%-
HSV(B)312.67º49.45%71.37%-
XYZ29.7320.2436.99-
YUV127148.32167.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=41.65%
G=21.05%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829216300.490.100.29312.6738.1453.73
HexB65CA3031A1D1392636
Octal26613424306112354714666
Binary101101101011100101000110110001101011101100111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CA3; }

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

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

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

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

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

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

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

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