#B369B2

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

Shades of Violet Blue #B369B2

Tints of Violet Blue #B369B2

Color information

#B369B2 (or 0xB369B2) is unknown color: approx Violet Blue. HEX triplet: B3, 69 and B2. RGB value is (179,105,178). Sum of RGB (Red+Green+Blue) = 179+105+178=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B369B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369B2 is #4C964D. Grayscale: #878787. Windows color (decimal): -5019214 or 11692467. OLE color: 11692467.

HSL color Cylindrical-coordinate representation of color #B369B2: hue angle of 300.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B369B2 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179105178-
CMYK00.410.010.30
HSL300.81º32.74%55.69%-
HSV(B)300.81º41.34%70.2%-
XYZ31.6822.944.87-
YUV135.45152.02159.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=38.74%
G=22.73%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910517800.410.010.30300.8132.7455.69
HexB369B202911E12d2138
Octal2631512620511364554170
Binary101100111101001101100100101001111110100101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369B2; }

 p { color: rgb(179,105,178); }

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

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

 a { background-color: rgb(179,105,178); }

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

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

 span { border-color: rgb(179,105,178); }

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