#B75CA2

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

Shades of Violet Blue #B75CA2

Tints of Violet Blue #B75CA2

Color information

#B75CA2 (or 0xB75CA2) is unknown color: approx Violet Blue. HEX triplet: B7, 5C and A2. RGB value is (183,92,162). Sum of RGB (Red+Green+Blue) = 183+92+162=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA2 is #48A35D. Grayscale: #7F7F7F. Windows color (decimal): -4760414 or 10640567. OLE color: 10640567.

HSL color Cylindrical-coordinate representation of color #B75CA2: hue angle of 313.85º 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 #B75CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18392162-
CMYK00.500.110.28
HSL313.85º38.72%53.92%-
HSV(B)313.85º49.73%71.76%-
XYZ29.8820.3336.53-
YUV127.19147.65167.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=41.88%
G=21.05%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839216200.500.110.28313.8538.7253.92
HexB75CA2032B1C13a2736
Octal26713424206213344724766
Binary101101111011100101000100110010101111100100111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CA2; }

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

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

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

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

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

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

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

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