#B074A8

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

Shades of Bouquet #B074A8

Tints of Bouquet #B074A8

Color information

#B074A8 (or 0xB074A8) is unknown color: approx Bouquet. HEX triplet: B0, 74 and A8. RGB value is (176,116,168). Sum of RGB (Red+Green+Blue) = 176+116+168=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B074A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074A8 is #4F8B57. Grayscale: #8B8B8B. Windows color (decimal): -5213016 or 11039920. OLE color: 11039920.

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

Color convert

RGB176116168-
CMYK00.340.050.31
HSL308º27.52%57.25%-
HSV(B)308º34.09%69.02%-
XYZ31.2224.5540.14-
YUV139.87143.88153.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=38.26%
G=25.22%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611616800.340.050.3130827.5257.25
HexB074A802251F1341c39
Octal2601642500425374643471
Binary1011000011101001010100001000101011111110011010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074A8; }

 p { color: rgb(176,116,168); }

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

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

 a { background-color: rgb(176,116,168); }

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

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

 span { border-color: rgb(176,116,168); }

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