#B3819E

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

Shades of Bouquet #B3819E

Tints of Bouquet #B3819E

Color information

#B3819E (or 0xB3819E) is unknown color: approx Bouquet. HEX triplet: B3, 81 and 9E. RGB value is (179,129,158). Sum of RGB (Red+Green+Blue) = 179+129+158=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3819E is #4C7E61. Grayscale: #939393. Windows color (decimal): -5013090 or 10387891. OLE color: 10387891.

HSL color Cylindrical-coordinate representation of color #B3819E: hue angle of 325.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3819E is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179129158-
CMYK00.280.120.30
HSL325.2º24.75%60.39%-
HSV(B)325.2º27.93%70.2%-
XYZ32.6127.7535.99-
YUV147.26134.06150.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=38.41%
G=27.68%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912915800.280.120.30325.224.7560.39
HexB3819E01CC1E145193c
Octal26320123603414365053174
Binary10110011100000011001111001110011001111010100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3819E; }

 p { color: rgb(179,129,158); }

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

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

 a { background-color: rgb(179,129,158); }

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

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

 span { border-color: rgb(179,129,158); }

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