#B76998

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

Shades of Hopbush #B76998

Tints of Hopbush #B76998

Color information

#B76998 (or 0xB76998) is unknown color: approx Hopbush. HEX triplet: B7, 69 and 98. RGB value is (183,105,152). Sum of RGB (Red+Green+Blue) = 183+105+152=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B76998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76998 is #489667. Grayscale: #858585. Windows color (decimal): -4757096 or 9988535. OLE color: 9988535.

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

Color convert

RGB183105152-
CMYK00.430.170.28
HSL323.85º35.14%56.47%-
HSV(B)323.85º42.62%71.76%-
XYZ30.2522.4432.44-
YUV133.68138.34163.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=41.59%
G=23.86%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310515200.430.170.28323.8535.1456.47
HexB7699802B111C1442338
Octal26715123005321345044370
Binary1011011111010011001100001010111000111100101000100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76998; }

 p { color: rgb(183,105,152); }

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

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

 a { background-color: rgb(183,105,152); }

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

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

 span { border-color: rgb(183,105,152); }

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