#B75CA4

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

Shades of Violet Blue #B75CA4

Tints of Violet Blue #B75CA4

Color information

#B75CA4 (or 0xB75CA4) is unknown color: approx Violet Blue. HEX triplet: B7, 5C and A4. RGB value is (183,92,164). Sum of RGB (Red+Green+Blue) = 183+92+164=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA4 is #48A35B. Grayscale: #7F7F7F. Windows color (decimal): -4760412 or 10771639. OLE color: 10771639.

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

Color convert

RGB18392164-
CMYK00.500.100.28
HSL312.53º38.72%53.92%-
HSV(B)312.53º49.73%71.76%-
XYZ30.0620.437.48-
YUV127.42148.65167.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=41.69%
G=20.96%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839216400.500.100.28312.5338.7253.92
HexB75CA4032A1C1392736
Octal26713424406212344714766
Binary101101111011100101001000110010101011100100111001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CA4; }

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

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

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

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

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

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

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

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