#B274B0

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

Shades of Violet Blue #B274B0

Tints of Violet Blue #B274B0

Color information

#B274B0 (or 0xB274B0) is unknown color: approx Violet Blue. HEX triplet: B2, 74 and B0. RGB value is (178,116,176). Sum of RGB (Red+Green+Blue) = 178+116+176=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B274B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B274B0 is #4D8B4F. Grayscale: #8D8D8D. Windows color (decimal): -5081936 or 11564210. OLE color: 11564210.

HSL color Cylindrical-coordinate representation of color #B274B0: hue angle of 301.94º 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 #B274B0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178116176-
CMYK00.350.010.30
HSL301.94º28.7%57.65%-
HSV(B)301.94º34.83%69.8%-
XYZ32.4425.0944.21-
YUV141.38147.54154.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=37.87%
G=24.68%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811617600.350.010.30301.9428.757.65
HexB274B002311E12e1d3a
Octal2621642600431364563572
Binary10110010111010010110000010001111111010010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274B0; }

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

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

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

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

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

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

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

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