#B66693

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

Shades of Hopbush #B66693

Tints of Hopbush #B66693

Color information

#B66693 (or 0xB66693) is unknown color: approx Hopbush. HEX triplet: B6, 66 and 93. RGB value is (182,102,147). Sum of RGB (Red+Green+Blue) = 182+102+147=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66693 is #49996C. Grayscale: #828282. Windows color (decimal): -4823405 or 9660086. OLE color: 9660086.

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

Color convert

RGB182102147-
CMYK00.440.190.29
HSL326.25º35.4%55.69%-
HSV(B)326.25º43.96%71.37%-
XYZ29.3121.5530.22-
YUV131.05137164.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=42.23%
G=23.67%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210214700.440.190.29326.2535.455.69
HexB6669302C131D1462338
Octal26614622305423355064370
Binary1011011011001101001001101011001001111101101000110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66693; }

 p { color: rgb(182,102,147); }

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

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

 a { background-color: rgb(182,102,147); }

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

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

 span { border-color: rgb(182,102,147); }

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