#B74FA4

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

Shades of Violet Blue #B74FA4

Tints of Violet Blue #B74FA4

Color information

#B74FA4 (or 0xB74FA4) is unknown color: approx Violet Blue. HEX triplet: B7, 4F and A4. RGB value is (183,79,164). Sum of RGB (Red+Green+Blue) = 183+79+164=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74FA4 is #48B05B. Grayscale: #777777. Windows color (decimal): -4763740 or 10768311. OLE color: 10768311.

HSL color Cylindrical-coordinate representation of color #B74FA4: hue angle of 310.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74FA4 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18379164-
CMYK00.570.100.28
HSL310.96º41.94%51.37%-
HSV(B)310.96º56.83%71.76%-
XYZ29.0318.3437.13-
YUV119.79152.96173.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=42.96%
G=18.54%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837916400.570.100.28310.9641.9451.37
HexB74FA4039A1C1372a33
Octal26711724407112344675263
Binary101101111001111101001000111001101011100100110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74FA4; }

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

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

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

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

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

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

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

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