#B76694

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

Shades of Hopbush #B76694

Tints of Hopbush #B76694

Color information

#B76694 (or 0xB76694) is unknown color: approx Hopbush. HEX triplet: B7, 66 and 94. RGB value is (183,102,148). Sum of RGB (Red+Green+Blue) = 183+102+148=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76694 is #48996B. Grayscale: #838383. Windows color (decimal): -4757868 or 9725623. OLE color: 9725623.

HSL color Cylindrical-coordinate representation of color #B76694: hue angle of 325.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76694 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183102148-
CMYK00.440.190.28
HSL325.93º36%55.88%-
HSV(B)325.93º44.26%71.76%-
XYZ29.6321.7130.65-
YUV131.46137.34164.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=42.26%
G=23.56%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310214800.440.190.28325.933655.88
HexB7669402C131C1462438
Octal26714622405423345064470
Binary1011011111001101001010001011001001111100101000110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76694; }

 p { color: rgb(183,102,148); }

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

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

 a { background-color: rgb(183,102,148); }

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

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

 span { border-color: rgb(183,102,148); }

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