#B274AD

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

Shades of Violet Blue #B274AD

Tints of Violet Blue #B274AD

Color information

#B274AD (or 0xB274AD) is unknown color: approx Violet Blue. HEX triplet: B2, 74 and AD. RGB value is (178,116,173). Sum of RGB (Red+Green+Blue) = 178+116+173=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B274AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B274AD is #4D8B52. Grayscale: #8C8C8C. Windows color (decimal): -5081939 or 11367602. OLE color: 11367602.

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

Color convert

RGB178116173-
CMYK00.350.030.30
HSL304.84º28.7%57.65%-
HSV(B)304.84º34.83%69.8%-
XYZ32.1524.9742.66-
YUV141.04146.04154.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=38.12%
G=24.84%
B=37.04%

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
Decimal17811617300.350.030.30304.8428.757.65
HexB274AD02331E1311d3a
Octal2621642550433364613572
Binary101100101110100101011010100011111111010011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274AD; }

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

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

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

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

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

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

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

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