#B283A2

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

Shades of Bouquet #B283A2

Tints of Bouquet #B283A2

Color information

#B283A2 (or 0xB283A2) is unknown color: approx Bouquet. HEX triplet: B2, 83 and A2. RGB value is (178,131,162). Sum of RGB (Red+Green+Blue) = 178+131+162=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B283A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283A2 is #4D7C5D. Grayscale: #949494. Windows color (decimal): -5078110 or 10650546. OLE color: 10650546.

HSL color Cylindrical-coordinate representation of color #B283A2: hue angle of 320.43º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B283A2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB178131162-
CMYK00.260.090.30
HSL320.43º23.38%60.59%-
HSV(B)320.43º26.4%69.8%-
XYZ3328.3137.91-
YUV148.59135.57148.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=37.79%
G=27.81%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813116200.260.090.30320.4323.3860.59
HexB283A201A91E140173d
Octal26220324203211365002775
Binary10110010100000111010001001101010011111010100000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283A2; }

 p { color: rgb(178,131,162); }

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

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

 a { background-color: rgb(178,131,162); }

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

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

 span { border-color: rgb(178,131,162); }

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