#B06098

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

Shades of Violet Blue #B06098

Tints of Violet Blue #B06098

Color information

#B06098 (or 0xB06098) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and 98. RGB value is (176,96,152). Sum of RGB (Red+Green+Blue) = 176+96+152=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06098 is #4F9F67. Grayscale: #7E7E7E. Windows color (decimal): -5218152 or 9986224. OLE color: 9986224.

HSL color Cylindrical-coordinate representation of color #B06098: hue angle of 318º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06098 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17696152-
CMYK00.450.140.31
HSL318º33.61%53.33%-
HSV(B)318º45.45%69.02%-
XYZ27.7519.8632.08-
YUV126.3142.5163.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=41.51%
G=22.64%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769615200.450.140.3131833.6153.33
HexB0609802DE1F13e2235
Octal26014023005516374764265
Binary101100001100000100110000101101111011111100111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06098; }

 p { color: rgb(176,96,152); }

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

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

 a { background-color: rgb(176,96,152); }

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

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

 span { border-color: rgb(176,96,152); }

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