#B74CA3

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

Shades of Violet Blue #B74CA3

Tints of Violet Blue #B74CA3

Color information

#B74CA3 (or 0xB74CA3) is unknown color: approx Violet Blue. HEX triplet: B7, 4C and A3. RGB value is (183,76,163). Sum of RGB (Red+Green+Blue) = 183+76+163=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CA3 is #48B35C. Grayscale: #757575. Windows color (decimal): -4764509 or 10702007. OLE color: 10702007.

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

Color convert

RGB18376163-
CMYK00.580.110.28
HSL311.21º42.63%50.78%-
HSV(B)311.21º58.47%71.76%-
XYZ28.7217.8836.59-
YUV117.91153.45174.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=43.36%
G=18.01%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837616300.580.110.28311.2142.6350.78
HexB74CA303AB1C1372b33
Octal26711424307213344675363
Binary101101111001100101000110111010101111100100110111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CA3; }

 p { color: rgb(183,76,163); }

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

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

 a { background-color: rgb(183,76,163); }

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

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

 span { border-color: rgb(183,76,163); }

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