#B75CA1

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

Shades of Violet Blue #B75CA1

Tints of Violet Blue #B75CA1

Color information

#B75CA1 (or 0xB75CA1) is unknown color: approx Violet Blue. HEX triplet: B7, 5C and A1. RGB value is (183,92,161). Sum of RGB (Red+Green+Blue) = 183+92+161=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA1 is #48A35E. Grayscale: #7E7E7E. Windows color (decimal): -4760415 or 10575031. OLE color: 10575031.

HSL color Cylindrical-coordinate representation of color #B75CA1: hue angle of 314.51º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75CA1 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18392161-
CMYK00.500.120.28
HSL314.51º38.72%53.92%-
HSV(B)314.51º49.73%71.76%-
XYZ29.7920.2936.07-
YUV127.08147.15167.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=41.97%
G=21.10%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839216100.500.120.28314.5138.7253.92
HexB75CA1032C1C13b2736
Octal26713424106214344734766
Binary101101111011100101000010110010110011100100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CA1; }

 p { color: rgb(183,92,161); }

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

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

 a { background-color: rgb(183,92,161); }

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

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

 span { border-color: rgb(183,92,161); }

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