#B28F94

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

Shades of Viola #B28F94

Tints of Viola #B28F94

Color information

#B28F94 (or 0xB28F94) is unknown color: approx Viola. HEX triplet: B2, 8F and 94. RGB value is (178,143,148). Sum of RGB (Red+Green+Blue) = 178+143+148=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F94 is #4D706B. Grayscale: #9A9A9A. Windows color (decimal): -5075052 or 9736114. OLE color: 9736114.

HSL color Cylindrical-coordinate representation of color #B28F94: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28F94 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178143148-
CMYK00.200.170.30
HSL351.43º18.52%62.94%-
HSV(B)351.43º19.66%69.8%-
XYZ33.5331.2532.28-
YUV154.03124.6145.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=37.95%
G=30.49%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814314800.200.170.30351.4318.5262.94
HexB28F94014111E15f133f
Octal26221722402421365372377
Binary101100101000111110010100010100100011111010101111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F94; }

 p { color: rgb(178,143,148); }

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

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

 a { background-color: rgb(178,143,148); }

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

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

 span { border-color: rgb(178,143,148); }

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