#B274AC

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

Shades of Violet Blue #B274AC

Tints of Violet Blue #B274AC

Color information

#B274AC (or 0xB274AC) is unknown color: approx Violet Blue. HEX triplet: B2, 74 and AC. RGB value is (178,116,172). Sum of RGB (Red+Green+Blue) = 178+116+172=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B274AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B274AC is #4D8B53. Grayscale: #8C8C8C. Windows color (decimal): -5081940 or 11302066. OLE color: 11302066.

HSL color Cylindrical-coordinate representation of color #B274AC: hue angle of 305.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B274AC is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178116172-
CMYK00.350.030.30
HSL305.81º28.7%57.65%-
HSV(B)305.81º34.83%69.8%-
XYZ32.0524.9342.15-
YUV140.92145.54154.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=38.20%
G=24.89%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811617200.350.030.30305.8128.757.65
HexB274AC02331E1321d3a
Octal2621642540433364623572
Binary101100101110100101011000100011111111010011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274AC; }

 p { color: rgb(178,116,172); }

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

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

 a { background-color: rgb(178,116,172); }

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

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

 span { border-color: rgb(178,116,172); }

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