#BF648D

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

Shades of Hopbush #BF648D

Tints of Hopbush #BF648D

Color information

#BF648D (or 0xBF648D) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 8D. RGB value is (191,100,141). Sum of RGB (Red+Green+Blue) = 191+100+141=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF648D is #409B72. Grayscale: #838383. Windows color (decimal): -4234099 or 9266367. OLE color: 9266367.

HSL color Cylindrical-coordinate representation of color #BF648D: hue angle of 332.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF648D is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191100141-
CMYK00.480.260.25
HSL332.97º41.55%57.06%-
HSV(B)332.97º47.64%74.9%-
XYZ30.8522.1127.84-
YUV131.88133.15170.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=44.21%
G=23.15%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110014100.480.260.25332.9741.5557.06
HexBF648D0301A1914d2a39
Octal27714421506032315155271
Binary1011111111001001000110101100001101011001101001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF648D; }

 p { color: rgb(191,100,141); }

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

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

 a { background-color: rgb(191,100,141); }

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

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

 span { border-color: rgb(191,100,141); }

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