#B75CA0

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

Shades of Violet Blue #B75CA0

Tints of Violet Blue #B75CA0

Color information

#B75CA0 (or 0xB75CA0) is unknown color: approx Violet Blue. HEX triplet: B7, 5C and A0. RGB value is (183,92,160). Sum of RGB (Red+Green+Blue) = 183+92+160=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA0 is #48A35F. Grayscale: #7E7E7E. Windows color (decimal): -4760416 or 10509495. OLE color: 10509495.

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

Color convert

RGB18392160-
CMYK00.500.130.28
HSL315.16º38.72%53.92%-
HSV(B)315.16º49.73%71.76%-
XYZ29.720.2635.6-
YUV126.96146.65167.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=42.07%
G=21.15%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839216000.500.130.28315.1638.7253.92
HexB75CA0032D1C13b2736
Octal26713424006215344734766
Binary101101111011100101000000110010110111100100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CA0; }

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

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

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

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

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

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

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

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