#BB6390

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

Shades of Hopbush #BB6390

Tints of Hopbush #BB6390

Color information

#BB6390 (or 0xBB6390) is unknown color: approx Hopbush. HEX triplet: BB, 63 and 90. RGB value is (187,99,144). Sum of RGB (Red+Green+Blue) = 187+99+144=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6390 is #449C6F. Grayscale: #828282. Windows color (decimal): -4496496 or 9462715. OLE color: 9462715.

HSL color Cylindrical-coordinate representation of color #BB6390: hue angle of 329.32º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6390 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18799144-
CMYK00.470.230.27
HSL329.32º39.29%56.08%-
HSV(B)329.32º47.06%73.33%-
XYZ29.9921.528.96-
YUV130.44135.65168.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=43.49%
G=23.02%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879914400.470.230.27329.3239.2956.08
HexBB639002F171B1492738
Octal27314322005727335114770
Binary1011101111000111001000001011111011111011101001001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6390; }

 p { color: rgb(187,99,144); }

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

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

 a { background-color: rgb(187,99,144); }

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

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

 span { border-color: rgb(187,99,144); }

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